.award-section .award-body .h4 {
    font-family: var(--bs-font-sans-serif) !important
}

.award-section .logo-image-wrapper {
    box-shadow: 0 37.4629px 74.9258px 12.48764px rgba(0, 20, 45, .18);
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 17px;
    padding-top: 21px;
    position: absolute;
    right: 0;
    top: -35px;
    width: 379px
}

.award-section .logo-image-wrapper img {
    width: 70%
}

@media (max-width:768px) {
    .award-section .logo-image-wrapper {
        width: 257px
    }
}