.custom-container{
    display: flex;
    justify-content: center;
    align-items : center;
    flex-flow: column nowrap;
    min-height: 100vh;
}

.faq{
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.accordion-container{
    width: 60%;
}

.custom-label{
    color: #3C3D41 !important;
    font-weight: normal !important;
}

.card-body .form-control{
    background-color: #e9ecef;
}

.btn-radius{
    font-family: Montserrat;
    font-size: calc(10px + 0.1vw);
    padding: 10px 40px !important;
    border-radius: 1.5625rem;
    border: 1px solid #EEEEEE;
}
div.img {
    margin: 2rem 0px;
}

section.header {
    margin-bottom: 0px;
}

/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {

}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {

}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    section.header {
        margin-bottom: 5rem;
    }
    img.banner {
        object-fit: cover;
        height: 160px;
    }
    .description {
        max-width: 90%;
    }
    .accordion-container{
        width: 90%;
    }
}
