main {
    background: #ffff;
}

main .container {
    max-width: 1200px;
}

#about-awards {
    padding: 50px 20px 50px 20px!important;
}

#about-awards img {
    border-radius: 10px;
    width: 100%;
}

#about-awards a {
    font-family: 'Poppins' !important;
}

#hero-about .container {
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
}

#other-established img {
    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;
    }
    
    #about-awards .col-12 {
        padding: 0;
    }
}