.fa.icon-red {
    color: red;
}

.red_text {
    color: red !important; 
}

.red_bold_text {
        color: red !important; 
        font-weight: bold !important;
}

.red_bolder_text {
    color: red !important; 
    font-weight: bolder !important;
}

.achieve_border {
    border-style: solid !important;
    border-color: lightgrey !important;
    background: #ececec !important;
    padding-top:2%;
    padding-left:0% !important;
    padding-right:0% !important;

    border-width:1px; 
    margin-left:4%;
    margin-right:4%;
    margin-top:2%;
    margin-bottom:2%;
}

.benefits_border {
    border-style:solid !important; 
    border-color:lightgrey; 
    background-color:white;
    padding-top:2%;
    border-width:2px; 
    margin-left:4%;
    margin-right:4%;
    margin-top:2%;
    margin-bottom:2%;
}

.li_red_circle {
    list-style-type: disc;
    color: red !important;
}

.row.display-flex {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .row.display-flex > [class*='col-'] {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;

  }

.navbar-nav li a:hover{
    color: red !important;
    }
