.awards-title {
    width: 100%; 
    overflow: hidden; 
    display: flex; 
    justify-content: center;
}

.awards-title img {
    width: auto;
}

.awards-contents-container {
    width: 75%; 
    margin: auto; 
    max-width: 1000px; 
    min-width: 650px;
    overflow: hidden;
    margin-top: 4%;
}

.awards-row {
    width: 100%;
    overflow: hidden;
}

.awards-container {
    width: 29%;
    overflow: hidden;
    float: left;
    margin-top: 8%;
}

.front-col {
    margin-right: 6.5%;
}

.awards-img {
    width: 100%;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

/*.awards-img img {
    width: 100%;
}*/

#awards-iac img, #awards-idaf img, #awards-waa img {
    height: 160px;
}

#awards-ap img, #awards-7sky img, #awards-iiaf img {
    height: 118px;
}

#awards-mpi img, #awards-ppi img {
    height: 65px;
}

.awards-text {
    font-size: 14px;
    font-family: inter-SemiBold;
    margin-top: 15%;
}

.awards-text ul {
    margin-top: 0;
    margin-left: -20px;
}

@media (max-width: 1025px) {
    .awards-text {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .awards-title img {
        width: 1000px;
    }
    
    .awards-contents-container {
        width: 90%; 
        margin: auto; 
        max-width: none; 
        min-width: 300px;
        overflow: hidden;
        margin-top: 6%;
    }
    
    .awards-container {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 15%;
    }
    
    #awards-iac img, #awards-idaf img, #awards-waa img, #awards-ap img, #awards-7sky img, #awards-iiaf img, #awards-mpi img, #awards-ppi img {
        height: auto;
        width: 40%;
    }
    
    .awards-text {
        font-size: 14px;
        margin-top: 8%;
    }
    
/*    #awards-ap, #awards-7sky {
        margin-top: 4%;
    }
    
    #awards-mpi {
        margin-top: 1%;
    }
    
    #awards-ppi {
        margin-top: 3%;
    }*/
}

@media (max-width: 480px) {
    .awards-title img {
        width: 750px;
    }
    
/*    .awards-img {
        width: 50%;
    }*/
    
    .awards-text {
        font-size: 12px;
    }
}