section .wrapper {
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
}

section p, section h1, section h2, section h3 {
    color: #414042;
} 

section h1 {
    color: #AF272F;
    font-size: 49px;
    line-height: 59px !important;
    text-transform: uppercase;
    margin-bottom: 40px;
}

section.banner .banner_row {
    gap: 80px;
    margin-bottom: 60px;
}

section.banner img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner .banner_row h1 {
    margin-bottom: 40px;
    color: #AF272F;
}

section.banner .banner_row p {
    margin-bottom: 35px;
}

section.why_choose {
    background: url('https://top.org.ph/wp-content/uploads/2026/03/Frame-2609.jpg') no-repeat center;
    background-size: cover;
}

section.why_choose h2 {
    margin-bottom: 60px;
}

section.why_choose * {
    color: white
}

section.why_choose .types_cards {
    row-gap: 30px;
}

section.why_choose .cards_col {
    padding-inline: 15px;
}

section.why_choose .card_content {
    text-align: center;
}

section.why_choose .card_content .img, section.why_choose .card_content h3 {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    section.banner .banner_row {
        gap: 40px;
    }
}