.awards-head h2 { font-size: 20px; line-height: 1.2; }
.awards-item { max-width: 178px; }
.awards-box-img { width: auto; height:112px; }
.awards-box-img img { width: 100%; height: 100%; object-fit: contain; }
.custom-slider-navigation-holder { margin-top: 24px; }
.awards-swiper-holder:has(.swiper-pagination-lock, .swiper-button-lock) .awards-list { justify-content: space-between; }
.awards-swiper-holder:has(.swiper-pagination-lock, .swiper-button-lock) .awards-item { width: auto; margin: 0 !important; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 .awards-item { width: 25%; }
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
