.swiper-timer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.swiper-timer .line {
  width: 6vw;
  overflow: hidden;
}
.swiper-timer .line:first-of-type,
.swiper-timer .line:last-of-type {
  width: 11.04vw;
}
@media screen and (min-width: 1200px) {
  .swiper-timer .line {
    width: 5vw;
  }
  .swiper-timer .line:first-of-type,
  .swiper-timer .line:last-of-type {
    width: 9.54vw;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-timer .line {
    width: 3vw;
  }
  .swiper-timer .line:first-of-type,
  .swiper-timer .line:last-of-type {
    width: 9.54vw;
  }
}
