#AwardSection .awardBx {
    padding: 0;
}

#AwardSection .awardBx>.bxImg {
    aspect-ratio: 1080/1080;
    margin: 0;
}

.awardPage #Awards .awardBx {
    padding: 0;
}

.awardPage #Certifications .certificateBx {
    padding: 0 0 15px !important;
}

.awardPage #Certifications .certificateBx .bxImg {
    margin: 0 auto 15px !important;
    width: auto !important;
}

.awardPage #Awards .awrardWrapper>.item {
    width: 50% !important;
}

@media only screen and (min-width: 576px) {
    .awardPage #Awards .awrardWrapper>.item {
        width: calc(100% / 3) !important;
    }
}

@media only screen and (min-width: 768px) {
    .awardPage #Awards .awrardWrapper>.item {
        width: calc(100% / 4) !important;
    }
}

@media only screen and (min-width: 992px) {
    .awardPage #Awards .awrardWrapper>.item {
        width: calc(100% / 4) !important;
    }
}