.page-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px !important;
    margin-top: 8%;
}

.about-container {
    margin-top: 80px;
}

.section-title {
    text-align: left;
}

.about-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 175px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
}

.about-title p {
    margin-bottom: 0;
}

.about-title h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #1A1A1A;
}

/* Mobile View */
@media only screen and (max-width: 525px) {
    .about-container {
        margin-top: 40px;
    }

    .about-banner {
        padding-top: 42px !important;
    }

    .about-banner img {
        height: 140px;
        object-fit: cover;
        margin-top: 0px !important;
    }

    .page-title {
        font-size: 38px;
        margin-top: 12%;
    }

    .about-title h2 {
        font-size: 30px;
    }

    section {
        padding: 30px 0;
    }

    #footer .footer-about h1 {
        font-size: 20px;
    }

    .footer-about .card {
        height: 210px;
    }

    .footer-about img {
        height: 210px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .about-banner {
        padding-top: 42px !important;
    }

    .about-banner img {
        height: 150px;
        object-fit: cover;
        margin-top: 0px !important;
    }

    .page-title {
        font-size: 38px;
        margin-top: 8%;
    }
}