.faq-con{
    background: var(--secondary--color);
}
.faq-box .card-header h5 button{
    width: 100%;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    line-height: 24px;
    border: 0;
    color: var(--secondary--color);
    padding: 35px 33px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 100px rgb(0 0 0 / 5%);
    background: linear-gradient(to top, rgba(189, 189, 189, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.faq-box .card-header h5 button:focus{
    text-decoration: none;
}
.faq-box .card-header h5 button:after {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    font-size: 16px;
    top: 50%;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--text-color);
}
.faq-box .card-header h5 button:not(.collapsed):after{
    color: #fff;
    content: "\f107";
    border-color: #fff;
}
.faq-box .card-header{
    padding: 0;
    border: none;
    background: transparent;    
}
.faq-box .card-body{
    padding: 42px 35px 14px;
}
.faq-box .card-body p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.faq-box .card{
    border: none;
    border-radius: 10px;
    margin-bottom: 28px;
    background: transparent;
}
.faq-box .card-header h5 button:hover{
    text-decoration: none;
}
.faq-box .btn-link:not(.collapsed){
    color: var(--white-color);
    background: linear-gradient(to bottom, rgba(91, 219, 253, 1) 0%, rgba(45, 136, 186, 1) 100%);
}
.faq-box .btn-link figure img{
    transition: all 0.5s ease-in-out;
}
.faq-box .btn-link:not(.collapsed) figure{
    border-color: var(--white-color);
}
.faq-box .btn-link:not(.collapsed) figure img{
    transform: rotate(265deg);
    filter: brightness(0) invert(1);
}
.faq-box #accordion .card:last-child{
    margin-bottom: 0;    
}
.faq-con .generic-title h2{
    margin-bottom: 70px;
}
@media only screen and (max-width: 1440px) {
    .faq-box .card-header h5 button {
        font-size: 22px;
        line-height: 22px;
        padding: 33px 33px 33px;
    }
    .faq-box .card-body {
        padding: 36px 35px 14px;
    }
    .faq-con .generic-title h2 {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .faq-box .card-header h5 button {
        font-size: 20px;
        line-height: 20px;
        padding: 28px 23px;
    }
    .faq-box .card-header h5 button:after {
        right: 30px;
        width: 40px;
        height: 40px;
    }
    .faq-box .card-body {
        padding: 30px 25px 14px;
    }
    .faq-con .generic-title h2 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .faq-box .card {
        margin-bottom: 18px;
    }
    .faq-box .card-header h5 button {
        font-size: 18px;
        line-height: 18px;
        padding: 20px 23px;
    }
    .faq-box .card-header h5 button:after {
        right: 23px;
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    .faq-box .card-body {
        padding: 20px 25px 14px;
    }
    .faq-con .generic-title h2 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .faq-box .card-header h5 button {
        font-size: 16px;
        line-height: 16px;
    }
    .faq-con .generic-title h2 {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 575px) {
    .faq-box .card-header h5 button {
        font-size: 16px;
        line-height: 20px;
        white-space: normal;
        padding: 18px 65px 18px 15px;
    }
    .faq-box .card-header h5 button:after {
        right: 15px;
    }
    .faq-box .card-body {
        padding: 14px 15px 0;
    }
    .faq-con .generic-title h2 {
        margin-bottom: 30px;
    }
}