.half-swiper .swiper-slide img {
    width: auto;
}

.half-swiper .Awards-swiper .swiper-slide {
  width: auto
}

.half-swiper .content {
    width: calc(100% - 228px);
}

.half-swiper .Awards-swiper {
  width: 228px;
}

.Switcher ul ul li {
    list-style: none;
}

.Steps-swiper-container , .Walk.one.site-container  ,.half-swiper.site-container, .Button-section.site-container {
    background-color: var(--bacground);
}

.Walk .content {
    width: 40%;
}

@media (width <= 992px) {
    .Walk .content {
    width: 100%;
}

.half-swiper .content {
    width: 100%
}
}