.investment-banner {
    padding: 50px 0px;
    background: unset;
}

.investment-banner.about-quirino h1 {
    margin-bottom: 55px;
}

.investment-banner.about-quirino h3 {
    margin-bottom: 40px;
}

.investment-about__geo-location h2 {
    margin-bottom: 75px;
}

.investment-about__geo-location h3 {
    margin-bottom: 40px;
}

.investment-about__geo-location h3:last-of-type {
    margin-top: 32px;
}

.investment-about__geo-location p {
    margin-bottom: unset;
}

.investment-about__geo-location .row:last-of-type {
    margin-top: 60px;
    margin-bottom: 60px;
}


section.investment-about__physical-features {
    padding: 60px 0px;
}

.investment-about__physical-features .row:first-of-type .col-md-12 p {
    margin-bottom: unset;
}

.investment-about__physical-features .row:first-of-type .col-md-12 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.investment-about__physical-features h3 {
    margin-bottom: 40px;
}

section.investment-about__area-demography {
    padding: 60px 0px;
}

.investment-about__area-demography table {
    width: 80%;
    margin-bottom: 40px;
}

.investment-about__area-demography td {
    padding: 15px 10px;
}

.investment-about__area-demography table,
.investment-about__area-demography tr,
.investment-about__area-demography td
{
    border: 1px solid black;
}

.investment-about__area-demography h3 {
    margin-bottom: 40px;
}

.investment-about__area-demography p {
    margin-bottom: unset;
}

.investment-about__area-demography .row:nth-child(n+2):nth-child(-n+5) {
    margin-bottom: 55px;
}

.investment-about__area-demography .row:nth-child(6) {
    margin-bottom: 30px;
}

.investment-about__area-demography .row:nth-child(6) p {
    margin-bottom: 20px;
}


section.investment-about__history {
    padding: 60px 0px;
}

.investment-about__history h3 {
    margin-bottom: 50px;
}

@media all and (max-width: 991px) {
    .investment-about__geo-location img, .investment-about__physical-features img {
        width: 100%;
    }

    .investment-about__physical-features h3 {
        margin-top: 40px;
    }
}

@media all and (max-width: 575px) {
    .container {
        max-width: 100% !important;
    }

    .investment-about__area-demography table {
        width: 100%;
    }

    .investment-about__physical-features .row:first-of-type .col-md-12 {
        margin-bottom: 30px;
    }
}