.Switcher.site-container {
  background-color: var(--bacground);
}




.swiper-Awards {
  padding: 0 50px;
}

.swiper-Awards .swiper-slide {
  gap: 10px;
  padding: 15px 7px;
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.096);
  background-color: var(--white);
}

.swiper-Awards .img-container {
  height: 162px;
}

.swiper-Awards .img-container img {
  width: 50%;
  height: auto;

}

.Awards-container h3 {
  font-weight: 900;
  color: var(--color-300);
}

 

@media (width <= 786px) {
  .sidebar-service {
    flex-direction: column;
    gap: 0;
  }
}

@media (width <= 576px) {
    .swiper-Awards .img-container img {
        width: 60%;
        height: auto;
    }

        .Awards-container {
        gap: 58px;
    }
}