.half-swiper .content {
    width: calc(100% - 608px);
}



@media (width <= 992px) {
.half-swiper .content {
    width: 100%
}
}