.ask-question-section {
    padding-top: 0;
    padding-bottom: 100px;
    font-family: "Avenir Medium", Arial, Sans-Serif;
}

.ask-question-section h2 {
    color: #212b59;
    font-size: 24px;
    letter-spacing: -0.8px;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: left;
}

.ask-question-section h4 {
    font-family: "Avenir Medium", Arial, Sans-Serif;
    color: #212b59;
    text-transform: none;
    margin-bottom: 7px;
}

.ask-question-section .sub-title-text h1 {
    font-family: "Avenir Medium", Arial, Sans-Serif;
    font-size: 28px;
    color: #212b59;
    margin-bottom: 7px;
    text-align: left;
}

.ask-question-section .sub-title-text h2 {
    font-family: "Avenir Medium", Arial, Sans-Serif;
    color: #212b59;
    margin-bottom: 7px;
    font-weight: 500;
    text-transform: none;
}

.ask-question-section .question-col a:hover {
    text-decoration: none;
}

.ask-question-section .question-col .info-toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 20px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(33, 43, 89, 0.2);
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.ask-question-section .question-col .info-toggler.open {
    margin-bottom: 0;
}

.ask-question-section .question-col .info-toggler.open .title {
    text-decoration: underline;
}

.ask-question-section .question-col .info-toggler.open .arrow-base {
    background-color: #f1ece8;
    border: 1px solid rgba(33, 43, 89, 0.2);
}

.ask-question-section .question-col .info-toggler.open .arrow-base .arrow-img-open {
    display: block;
}

.ask-question-section .question-col .info-toggler.open .arrow-base .arrow-img {
    display: none;
}

.ask-question-section .question-col .info-toggler .title {
    color: #0F0F0F;
    font-size: 16px;
    letter-spacing: -0.6px;
    line-height: 24px;
    text-decoration: none;
}

.ask-question-section .question-col .info-toggler .arrow-base {
    height: 30px;
    max-width: 30px;
    width: 100%;
    background-color: #212b59;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ask-question-section .question-col .info-toggler .arrow-base img{
    width: 8px;
    height: 5px;
    padding: 0;
}

.ask-question-section .question-col .info-toggler .arrow-base .arrow-img-open {
    display: none;
}

.ask-question-section .question-col .info-block {
    border: 1px solid #E6E6E6;
    border-top: none;
    background-color: #FFFFFF;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    display: none;
}


.ask-question-section .question-col .info-block .sub-title-toggler .sub-title-text p {
    color: #212b59;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 24px;
    margin-bottom: 14px;
}

.ask-question-section .question-col .info-block .sub-title-toggler .sub-title-text a {
    color: #b3977d;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .ask-question-form-section form .col-12 {
        margin-bottom: 10px;
    }
}

.faq-content h1{
    font-size: 16px;
}