/****FAQ*******/

.faq-section {
    background-color: #F5F4F9;
    padding: 80px 0px 80px;
}

.faq-section .container {
    max-width: 1130px;
    margin: 0 auto;
}

.faq-section-inner {
    display: flex;
}

.faq-section-left {
    max-width: 416px;
    width: 100%;
    padding-right: 90px;
}

.faq-section-right {
    flex: 1;
}

.faq-section-left h2 {
    margin: 10px 0px 20px;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #31216B;
}

.below-title-accordion {
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
    margin: 0px 0px 0px;
}

.below-title-accordion .button-scroll-top {
    color: #fb9f00;
    text-decoration: underline;
    cursor: pointer;
}

.below-title-accordion .button-scroll-top:hover {
    color: #31216B;
}

.below-title-accordion p {
    margin: 0px;
}

.faq_column {
    margin-bottom: 24px;
}

.faq_column:last-child {
    margin-bottom: 0px;
}

.faq_column_title {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.faq_column_title h3 {
    margin: 0px!important;
    font-weight: 600!important;
    font-size: 18px!important;
    line-height: 36px!important;
    color: #31216B;
    flex: 1!important;
    padding-right: 15px!important;
}

.faq_column_title i {
    color: #1ebbf0;
    width: 32px;
    border-radius: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1ebbf0;
    font-size: 18px;
}

.faq_column_text {
    display: none;
}

.faq_column_text p {
    margin: 0px;
}

.faq_column {
    margin-bottom: 15px;
}

.faq_column_text p {
    font-weight: 100;
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
    margin: 20px 0px 0px;
}

.faq_column_text ul {
    padding-left: 20px;
    list-style: disc;
}

.faq_column_text ul li {
    font-weight: 100;
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
}

.above-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1EBBF0;
}

.faq_column_text ol {
    margin: 0px;
    padding-left: 20px;
}

.faq_column_text ol li {
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
    margin: 20px 0px 0px;
}

@media screen and (max-width: 1230px) {
    .faq-section .container {
        max-width: 100%;
        padding: 0px 50px;
    }
    .faq-section-left,
    .section-below-left {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1040px) {
    .faq-section-left {
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .faq-section-left,
    .faq-section-right {
        width: 100%;
    }
    .faq-section-inner {
        flex-direction: column;
    }
    .faq-section {
        padding: 60px 0px 60px;
    }
}

@media screen and (max-width: 700px) {
    .title-right-bb {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 42px;
    }
    .faq-section-left h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    .faq_column_title h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .faq_column_title i {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    .blue-box {
        padding-bottom: 50px;
    }
    .faq-section-left h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .section-below-hero-top h2 {
        font-size: 28px;
        line-height: 38px;
        margin-top: 10px;
    }
    .faq-section .container {
        padding: 0px 30px;
    }
    .faq-section {
        padding: 50px 0px 50px;
    }
}