.banner--block {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0061a3 no-repeat 50% 50%/cover;
  color: #fff;
}
.banner--block .btn {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 140%;
}
.banner--block .banner-title {
  margin: 0;
}

.banner-dark {
  background-color: #17345d;
}
.banner-dark::before {
  background-color: rgba(23, 52, 93, 0.4);
}

.banner-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Fira Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 34px;
}

.banner-title-wrap {
  position: relative;
}

.banner-text {
  padding-bottom: 15px;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 24px;
}

.banner-btn {
  text-align: right;
}

.banner-contained {
  margin-top: 1rem;
  padding-left: 25px;
  padding-right: 25px;
}
.banner-contained .banner-title {
  font-size: 1.5rem;
  padding-bottom: 18px;
}

@media (min-width: 1024px) {
  .banner--block {
    padding-top: 122px;
    padding-bottom: 117px;
  }
  .banner-secondary {
    padding-top: 46px;
    padding-bottom: 60px;
  }
  .banner-title {
    padding-bottom: 28px;
    font-size: 2.625rem;
    line-height: 50px;
  }
  .banner-title-wrap h2 {
    font-weight: 600;
    font-size: 2.375rem;
  }
  .banner-text {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .banner-contained {
    margin-top: 1rem;
    padding-left: 60px;
    padding-right: 60px;
  }
  .banner-contained .banner-title {
    font-size: 2rem;
    padding-bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .banner--block .btn {
    display: block;
    font-size: 1rem;
  }
  .banner-contained {
    margin-left: -20px;
    margin-right: -20px;
  }
}
html[data-theme=contrast] .banner--block {
  background-image: none !important;
  background-color: #000 !important;
  background: #000 !important;
  border-top: 1px solid #ff0;
  border-bottom: 1px solid #ff0;
  color: #ff0;
}

.edit-post-layout .banner--block {
  padding-left: 2rem;
  padding-right: 2rem;
}/*# sourceMappingURL=banner.css.map */