.faq_color{
    min-height: 100%;
    height: auto;
    text-align: center;
    padding: 80px 0 185px 0;
    background-color: #FFFFFF;
    margin: auto;
}
@media only screen and (min-width: 1920px) {
    .faq_color {
        width: 42%;
    }
}
@media only screen and (max-width: 1920px) {
    .faq_color {
        width: 64%;
    }
}
.faq_div>h3{
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #272727;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 80px;
}
.faq_div>.faq_ul{
    margin-top: 80px;
}
.faq_ul>li>p{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 20px;
    color: rgb(0, 0, 0);
}
.faq_ul>li{
    margin: 50px 0;
    text-align: left;
}
.faq_ul>li>h3{
    margin: 60px 0 20px 0;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #272727;
}
.faq_ul>li>p>a{
    color:#FFB546;
}