.faq__heading {
    margin-bottom: 50px;
}

.faq__subheading {
    margin-bottom: 30px;
    font-size: 1.15rem;
    line-height: 1.23rem;
    font-weight: bold;
    color: #00305E;
    font-family: 'Basic Sans';
}

.faq__description p {
    margin-bottom: 30px;
}

.faq__accordion .ac.is-active>.ac-header .ac-trigger::after {
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.984' height='15.019' viewBox='0 0 46.984 15.019'%3E%3Cpath id='Path_27' data-name='Path 27' d='M0,0,13,23,0,46' transform='translate(0.492 14.149) rotate(-90)' fill='none' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E%0A"); */
}

.faq__accordion .ac>.ac-header .ac-trigger::after {
    color: #fff;
    top: 50%;
    right: 0;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.984' height='15.019' viewBox='0 0 46.984 15.019'%3E%3Cpath id='Path_27' data-name='Path 27' d='M0,0,13,23,0,46' transform='translate(46.492 0.871) rotate(90)' fill='none' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E%0A"); */
    background-image: none;
    width: 24px;
    height: 24px;
}

.faq__accordion .ac:first-child>.ac-header .ac-trigger:after {
    top: 21%;
}

.faq__accordion .ac.is-active:first-child>.ac-header .ac-trigger::after {
    top: calc(21% + 7px) !important;
}

.faq__accordion .ac {
    border: none;
    margin-top: 0;
}

.faq__accordion .ac .ac-trigger  {
    padding: 30px 50px 30px 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 50px;
}

.faq__accordion .ac:first-child .ac-trigger {
    padding-top: 0 !important;
}

/* .faq__accordion .ac.is-active .ac-trigger  {
    padding:  30px 50px 30px 0;
} */

.faq__accordion .ac-header .ac-trigger p{
    margin-bottom: 0px;
    font-size: 0.69rem;
    line-height: 0.92rem; 
    text-transform: uppercase;
    font-weight: bold;
}

.faq__accordion .col-text {
    padding-right: 40px;
}

.faq__accordion .accordion__content {
    padding-top: 0px;
    padding-bottom: 30px;
}

.faq__accordion .col-text p {
    margin: 0 0 0.834rem;
}

.faq__accordion .col-text p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 767px) {
    .sub-text h3 {
        margin-bottom: 15px;
    }

    .faq__accordion .ac-header .ac-trigger p {
        margin-bottom: 0;
        font-size: 0.81rem;
        line-height: 1.09rem;
    }

    .faq__accordion .ac>.ac-header .ac-trigger::after {
        right: 0;
    }

    .faq__accordion .col-text {
        padding-right: 0;
        padding-left: 0;
    }

    /* .faq__accordion .ac .ac-trigger {
        font-size: 21px;
        font-weight: 300;
        line-height: 32px;
    } */

    .faq__heading {
        margin-bottom: 30px;
    }

    .faq__subheading {
        font-size: 0.90rem;
        line-height: 1.09rem;
    }
}
