body {
  position: relative;
  height: 100%;
}

.awards-section .swiper {
  width: 100%;
  padding-bottom: 60px;
  margin-top: 30px;
}

.awards-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards-section .swiper-slide::before,.awards-section .swiper-slide:hover::before{
  background-color: transparent;
}

.awards-section .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.awards-section .img-wrap {
  width: 225px;
}
.awards-section .img-wrap .img-aspect {
  padding-top: calc(300 / 300 * 100%);
  position: relative;
}

.awards-section .img-wrap .img-aspect img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}
.awards-section .swiper-pagination-bullet-active {
  background-color: black;
}

.awards-section .awardSwiper .swiper-button-prev,
.awards-section .awardSwiper .swiper-button-next {
  width: 25px;
  height: 25px;
}
.awards-section .awardSwiper .swiper-button-prev::after,
.awards-section .awardSwiper .swiper-button-next::after {
  display: none;
}
