#faq {
    margin-top: 160px;
    overflow: hidden;
}

.faq-header {
    margin-bottom: 40px;
}

.faq-header h2 {
    margin-bottom: 40px;
}

.faq-header h2 {
    margin-bottom: 20px;
    color: #022148;
}

.faq-header hr {
    border: 2px solid #022148;
    width: 75px;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
}

.faq-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
}

.faq-banner {
    position: relative;
    width: 100%;
    height: 37rem;
}

.faq-banner::before {
    content: '';
    background-color: #d3ab603b;
    position: absolute;
    width: 100%;
    height: 100%;
}

.faq-banner img {
    object-fit: cover;
}

.faq-container {
    max-width: 1000px;
    padding: 50px;
}

.outer-color-background {
    background-color: #F2F2F2;
}

.accordion-item {
    margin-bottom: 20px;
    border: none;
    border-top: none !important;
    border-radius: 12px;
}

.accordion-button {
    border-radius: 12px;
}

.accordion-button:not(.collapsed) {
    color: #022148;
    background-color: #fec90f;
}

.accordion-button:focus {
    box-shadow: 0px 0px 5px 1px #02214852;
}

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1921px) {

}

@media screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    #faq {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 420px) {

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}