@charset "UTF-8";
.section-carousel-small {
  background-size: cover;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
  height: 372px;
  background: #e94347 url(../../../images/background-red.png) no-repeat;
}
.section-carousel-small__container {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0;
}
.section-carousel-small__text {
  flex-basis: 50%;
  box-sizing: border-box;
  padding-right: 1em;
}
.section-carousel-small__title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 25px;
}
.section-carousel-small__body {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.section-carousel-small__link a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.section-carousel-small__link a::after {
  content: "❯";
  margin-left: 5px;
  line-height: 0;
  font-weight: normal;
}
.section-carousel-small__link a:hover {
  color: #d9d9d9;
}
.section-carousel-small__link a.focus-visible {
  outline: none;
  box-shadow: 0 0 1px 1px #fff;
}
.section-carousel-small__media-wrapper {
  flex-basis: 50%;
  height: 100%;
  position: relative;
}
.section-carousel-small__navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.section-carousel-small__navigation button {
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  border-radius: 12px;
  color: #e94347;
  border: solid 1px #e94347;
  display: block;
  padding: 0;
  font-size: 18px;
  outline: none;
}
.section-carousel-small__navigation button.tns-nav-active {
  background-color: #e94347;
  color: #fff;
}
.section-carousel-small__navigation button.focus-visible {
  box-shadow: 0 0 1px 1px #fff;
}
.section-carousel-small__navigation button.tns-nav-active.focus-visible {
  border-color: #fff;
  box-shadow: 0 0 1px 1px #e94347;
}
.section-carousel-small_reverse {
  background-position: right 50%;
}
.section-carousel-small_reverse .container {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 15px;
}
.section-carousel-small_reverse .section-carousel-small__text {
  padding-left: 25px;
}
.section-carousel-small_reverse .section-carousel-small__media-wrapper {
  right: 50%;
  left: 0;
}
@media screen and (max-width: 992px) {
  .section-carousel-small {
    padding-top: 0;
    padding-bottom: 0;
    height: 250px;
  }
  .section-carousel-small__text {
    flex-basis: 100%;
    padding: 0;
    text-align: center;
  }
  .section-carousel-small__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-carousel-small__body {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .section-carousel-small__media-wrapper {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section-carousel-small__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .section-carousel-small__body {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .section-carousel-small__body p {
    line-height: 1.2;
  }
}

/*# sourceMappingURL=carousel-small.css.map */
