@charset "UTF-8";
.section-banner-small {
  padding-top: 0;
  padding-bottom: 0;
  height: 341px;
  background-color: #dcdeea;
  background-repeat: no-repeat;
  background-position: center;
  border-top: solid 1px #e5e3ef;
  border-bottom: solid 1px #e5e3ef;
}
.section-banner-small__inner {
  display: flex;
  height: 100%;
}
.section-banner-small__content {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
}
.section-banner-small__title {
  max-width: 500px;
  margin-bottom: 16px;
}
.section-banner-small__body {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
.section-banner-small__link a {
  color: #e94347;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.section-banner-small__link a::after {
  content: "❯";
  margin-left: 5px;
  line-height: 0;
  font-weight: normal;
}
.section-banner-small__link a:hover {
  color: #c8171c;
}
.section-banner-small__link a.focus-visible {
  outline: none;
  box-shadow: 0 0 1px 1px #e94347;
}
@media screen and (max-width: 992px) {
  .section-banner-small {
    background-image: none !important;
  }
  .section-banner-small__title {
    max-width: none;
  }
  .section-banner-small__content {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section-banner-small__body {
    font-size: 16px;
  }
}

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