section.banner .content{
    max-width: 1465px !important;
}

section.gus_and_joy_financial_assistant {
    background: url('../../assets/img/financial_assistance_for_medical_bills_philippines/Gus and Joy Tambunting’s Financial Assistance for Medical Bills in the Philippines BG.jpg')no-repeat center center/cover;
}

section.gus_and_joy_financial_assistant .row.align-items-center {
    margin-bottom: 60px;
}

section.gus_and_joy_financial_assistant .cards {
    height: 100%;
    padding: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

section.gus_and_joy_financial_assistant h3 {
    margin: 20px 0;
}

section.how_to_avail .cards {
    height: 100%;
    padding: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

section.how_to_avail span.count {
    color: #000;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: var(--Green, #CCFE04);
    margin-bottom: 20px;
}

section.how_to_avail h3{
    margin: 20px 0;
}


section.access_financial_assistant .content{
    max-width: 1364px;
}

section.access_financial_assistant {
    background: url('../../assets/img/financial_assistance_for_medical_bills_philippines/Access Financial Assistance.jpg')no-repeat center center/cover;
}

section.access_financial_assistant h2,
section.access_financial_assistant p{
    color: #000;
}

@media (max-width: 991px) {
    section.gus_and_joy_financial_assistant .row.align-items-center {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    section.gus_and_joy_financial_assistant .row.align-items-center {
        margin-bottom: 40px;
    }
}