

section.eligibility {
    background-color: #F2F2F2;
}

section.required_documents li {
    color: var(--Black, #4A4A4A);
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
    list-style: none;
}

section.required_documents li:last-child,
section.required_documents ol {
    margin-bottom: 0;
}

section.required_documents ol{
    margin-top: 60px;
    padding-left: 0;
}

section.required_documents li:not(:first-child) {
    margin-top: 30px;
}

section.product_and_services{
    background-color: white !important;
}



section.savings_account {
    background: url('../../assets/images/savings_account_for_studens/Savings Account for Students in the Philippines.jpg')no-repeat center center/cover;
}

section.savings_account .content {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    max-width: 776px;
    margin: 100px 0;
}

section.savings_account .content h1 {
    color: #4A4A4A;
}

section.benefits_of_having_studend {
    background-color: #F2F2F2;
}

section.benefits_of_having_studend .content {
    padding: 30px;
    border-radius: 4px;
    background: #FFF;
    height: 100%;
}

section.benefits_of_having_studend .row {
    gap: 24px 0;
}

section.benefits_of_having_studend .header {
    max-width: 774px;
}

section.benefits_of_having_studend .icons {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid var(--Gray, #F2F2F2);
    background: #FFF;
    width: fit-content;
    margin-bottom: 20px;
}

section.faqs_about_out_savings .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    gap: 0 10px;
}

section.faqs_about_out_savings .accordion-item {
    height: 100%;
    border-radius: 4px;
    border: 1px solid var(--Gray, #F2F2F2);
    background: #FFF;
    box-shadow: 0px 12px 18.3px 0px rgba(0, 0, 0, 0.05);
}

section.faqs_about_out_savings .row {
    gap: 24px 0;
}

section.faqs_about_out_savings .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 30px;
}

section.faqs_about_out_savings .accordion-item {
    border-radius: 4px;
    border: 1px solid var(--Gray, #F2F2F2);
    background: #FFF;
    box-shadow: 0px 12px 18.3px 0px rgba(0, 0, 0, 0.05);
}

section.faqs_about_out_savings .accordion-body {
    padding: 0 30px 30px 30px;
}

section.faqs_about_out_savings .accordion-body ul{
    margin-top: 20px 0 0 0;
}

section.faqs_about_out_savings h2 {
    max-width: 889px;
}

section.faqs_about_out_savings .accordion-item:not(.open) {
    height: auto;
}

@media (max-width: 991px) {
    section.savings_account .content h2 {
        font-size: 35px;
    }

    section.required_documents ol{
        margin-top: 50px;
    }

    section.savings_account .content{
        background-color: rgb(255 255 255 / 80%);
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    section.savings_account .content {
        padding: 30px;
        max-width: 100%;
    }

    section.required_documents ol{
        margin-top: 40px;
    }

    section.savings_account .content{
        margin: 35px 0;
        padding: 50px 25px;
    }
}