@charset "UTF-8";
.section-events__title {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .section-events__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-events__title {
    font-size: 26px;
  }
}
.section-events .tns-outer {
  position: relative;
  padding: 0 25px;
}
.section-events .tns-outer button {
  position: absolute;
  z-index: 1;
  bottom: 13%;
  color: rgba(233, 67, 71, 0.8);
  transition: color linear 0.2s;
  font-weight: bold;
  font-size: 63px;
  border: none;
  background: transparent;
}
.section-events .tns-outer button:hover {
  color: rgba(233, 67, 71, 1);
}
.section-events .tns-outer button[data-controls=prev] {
  left: 11px;
}
.section-events .tns-outer button[data-controls=next] {
  right: 11px;
}
.section-events__body {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
  max-width: 800px;
}
.section-events__events {
  margin-bottom: 20px;
}
.section-events__event {
  padding-top: 1px;
  padding-bottom: 1px;
}
.section-events__event article {
  margin-left: 1px;
  margin-right: 1px;
  height: 480px;
}
.section-events__link a {
  color: #e94347;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.section-events__link a::after {
  content: "❯";
  margin-left: 5px;
  line-height: 0;
  font-weight: normal;
}
.section-events__link a:hover {
  color: #c8171c;
}
.section-events__link a.focus-visible {
  outline: none;
  box-shadow: 0 0 1px 1px #e94347;
}
@media screen and (max-width: 768px) {
  .section-events__event {
    border: solid 1px transparent;
  }
  .section-events__event article {
    margin-left: auto;
    margin-right: auto;
  }
  .section-events__title {
    text-align: center;
  }
  .section-events__body {
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-events__footer {
    text-align: center;
  }
}

/*# sourceMappingURL=events.css.map */
