.about-us>div {
    background-color: #f8f8f8;
    position: relative;
}

.banner-content {
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
    top: -30px;
}

.banner-text-box {
    background: white;
    width: 80%;
    border: 1px solid #0000002e;
    max-width: 500px;
}

.about-us .banner-text-box>p {
    text-align: center;
    color: #7d8a9a;
    margin: 10px;
    padding: 10px;
}

.about-us .banner-image img {
    width: 90%;
    height: 385px;
    object-fit: cover;
}

.banner-text-box h2 {
    display: flex;
    justify-content: center;
}

.banner-image {
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
}

.about-us h2 {
    display: flex;
    justify-content: center;
}

.activity-report-section {
    background-color: #00aecb;
    padding: 0px 20px;
}

.report-download-container {
    border-bottom: 1px solid #FFFFFF14
}

.report-download-container:nth-of-type(3) {
    border: none;
}

.activity-report-download a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-report-download p {
    color: white;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.activity-report-download img {
    max-height: 14px;
}

.read-more-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.read-more-container a {
    font-family: "Barlow";
    font-weight: 500;
    background-color: #ff6a00;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
}

@media(min-width: 816px) and (max-width: 950px) {
    .banner-text-box h2 span {
        font-size: 32px !important;
    }

    .about-us .banner-text-box>p {
        font-size: 16px;
    }

    .mission-card {
        padding: 30px 10px 10px 10px !important;
    }

    .our-missions-info-desktop {
        padding-bottom: 50px !important;
    }
}

@media (min-width: 816px) {

    .report-download-container {
        border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    }

    .banner-content {
        width: 50%;
        position: static;
        background-color: unset;
    }

    .banner-image {
        padding-bottom: 0px;
    }

    .about-us .banner-text-box>p {
        color: #7d8a9a;
        margin: 10px 0px;
        margin-bottom: 0px;
    }

    .read-more-container {
        justify-content: start;
    }

    .read-more-container a {
        font-size: 16px;
    }

    .about-us .banner-image {
        width: 50%;
    }

    .banner-text-box {
        background-color: unset;
        border: 0px;
    }

    .about-us>div {
        justify-content: center;
        display: flex;
    }

    .banner-content h2 {
        padding-left: unset;
    }

    .banner-image img {
        max-height: 500px;
        min-height: 100%;
    }

    .activity-report-download img {
        max-height: 20px;
    }

    .about-us .banner-text-box>p {
        text-align: start;
        margin-top: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-content .g-heading {
        display: flex;
    }

    .about-us .banner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-text-box {
        margin: 30px 40px 20px 40px;
        width: 100%;
        max-width: none;
    }

    .banner-content {
        display: block;
        display: flex;
        position: relative;
        top: 0;
    }

    .activity-report-particle {
        padding-bottom: 40px;
        padding-top: 10px;
    }
}