.green-liner {
    color: #00CC66;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.green-liner span {
}

.green-liner:after {
    content: "";
    display: inline-flex;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #D9D9D9;
}

.blue-title {
    color: #004E64;
    font-size: 22px;
    font-weight: 600;
}


/* .faq-section:not(.first-faq) { */
    .faq-section{
   margin-top: 60px;
}


.accordion-container p:last-child, .accordion-container li:last-child {
    margin-bottom: 50px;
}



@media only screen and (max-width: 600px) {
    .faq-section p, .faq-section h2 {
        text-align: left;
    }
    .accordion-container {
        /* display: none; */
    }

    .accordion-container.__show-accordion {
        display: block;
    }
}