.section-2x1-carousel {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.section-2x1-carousel__slider {
  height: 412px;
}
.section-2x1-carousel button {
  position: absolute;
  z-index: 100;
  top: calc(50% - 60px);
  height: 120px;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 10px;
  border: none;
  background-color: transparent;
}
.section-2x1-carousel button:hover path {
  stroke: #e94347;
}
.section-2x1-carousel__prev-button {
  left: 20px;
}
.section-2x1-carousel__next-button {
  right: 20px;
}
.section-2x1-carousel__slide {
  width: 100%;
  height: 100%;
}
.section-2x1-carousel__slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .section-2x1-carousel__slider {
    height: 300px;
  }
}

/*# sourceMappingURL=2x1-carousel.css.map */
