#faqs_accord_sat .accordion-button:focus {
    border-color: unset;
    box-shadow: none !important;
}

#faqs_accord_sat .accordion-item:first-of-type {
    border-top: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
}

.faq-title:not(.collapsed) {
    padding-bottom: 8px !important;
    color: #0c1529;
    background-color: white;
    box-shadow: none;
}

.faq-title:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2227%22%20viewBox%3D%220%200%2024%2027%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11%2013.9619V7.96191H13V13.9619H19V15.9619H13V21.9619H11V15.9619H5V13.9619H11Z%22%20fill%3D%22%232F2B43%22%2F%3E%3C%2Fsvg%3E");
    transition: none;
}

.faq-title:not(.collapsed)::after {
    transition: none;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2011.9619H19V13.9619H5V11.9619Z%22%20fill%3D%22%232F2B43%22%2F%3E%3C%2Fsvg%3E");
}

.faq-title {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-family: Lato;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014em;
    color: #0c1529;
    transition: all 0.2s linear;
    box-shadow: none !important;
}

.faqs-para {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.014em;
    color: #858a94;
    margin-bottom: 0px;
}

.acrd-bdy {
    padding-top: 0px;
    padding-inline: 0px;
    padding-bottom: 32px;
}

#faqs_accord_sat .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .faqs-para {
        font-size: 16px;
    }

    .faq-title {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .faqs-para {
        font-size: 16px;
    }

    .faq-title {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .faqs-para {
        font-size: 14px;
    }

    .faq-title {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
    .faqs-para {
        font-size: 14px;
    }

    .faq-title {
        padding-top: 14px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 399px) {
    .faqs-para {
        font-size: 14px;
    }

    .faq-title {
        padding-top: 10px;
        padding-bottom: 14px;
        font-size: 14px;
        line-height: 16px;
    }
}
