#hero-about {
    background: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../../media/images/green-awards-hero-img.jpg)!important;
}
#about-awards {
    padding: 50px 20px 30px 20px!important;
}
#about-awards a {
    color: var(--fsgreen)!important;
}
#hero-about .container {
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
}
#other-established img {
    /* padding: 20px 0 20px 0;
    max-width: 180px;
    width: 100%; */
    object-fit: contain;
    padding: 0 0 20px 0;
    max-width: 180px;
    width: 100%;
    height: 100px;
}
@media screen and (max-width: 980px) {
    #about-awards .col-6 {
        max-width: 100%;
    }
    #about-awards .row {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    #about-awards {
        padding: 30px 20px 30px 20px!important;
    }
    #hero-about p {
        margin: 0;
    }
    #hero-about .container {
        height: unset;
    }
    #about-awards .col-6, #hero-green-awards .col {
        padding: 0;
    }
}