section.faq-block {
    padding: 90px 0 80px;
}
/* section.faq-block::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.02%, rgba(255, 255, 255, 0.83) 37.69%, #FFFFFF 80.18%);
} */
.faq-block-header {
    text-align: center;
    margin-bottom: 60px;
}
.faq-block-header h3 {
    margin-bottom: 20px;
    font-weight: normal;
    color: #1E1E1E;
}
.faq-block-header h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #77808B;
}

.faq-each {
    border-top: 1px solid #f3f3f3;
}
.faq-each-title {
    background-color: #fff;
    border-radius: 10px;
    padding: 22px 20px 22px 45px;
    color: #0057A4;
    background-image: url(../../images/faq-plus.svg);
    background-repeat: no-repeat;
    background-position: left 16px;
    cursor: pointer;
}
.faq-each.faq-active .faq-each-title {
    background-image: url(../../images/faq-minus.svg);
    background-position: left 30px;
}
.faq-each-title h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}
.faq-each-content {
    padding: 10px 0 10px 35px;
    color: #fff;
    display: none;
}
.faq-each-content p,
.faq-each-content ul {
    color: #77808B;
    margin-bottom: 30px;
}
.faq-each-content li {
    color: #77808B;
    list-style: inside;
}
.faq-each-content h6, .faq-each-content h5, .faq-each-content h4, .faq-each-content h3, .faq-each-content h2 {
    color: #77808B;
    margin-bottom: 10px;
}
.faq-each.faq-active .faq-each-title h6 {
    font-weight: bold;
    color: #f58220;
}

.faq-outer .faq-each:last-child {
    opacity: .5;
}
.faq-outer .faq-each:nth-last-child(2){
    opacity: .6;
}
.faq-each.faq-active{
    opacity: 1 !important;
}
@media (max-width:1566px) {

}
@media (max-width:1440px) {

}
@media (max-width:1380px) {

}
@media only screen and ( max-width: 1199px) {

}
@media only screen and ( max-width: 961px) {
    section.faq-block {
        padding: 60px 0;
    }
    
}
@media only screen and ( max-width: 768px) {
    .faq-block-header h3 {
        margin-bottom: 15px;
    }
    .faq-block-header {
        margin-bottom: 40px;
    }
    .faq-each-title {
        padding: 20px 20px 20px 45px;
    }
    .faq-each-content p {
        margin-bottom: 20px;
    }
}
@media only screen and ( max-width: 560px) {
  
}