body.homePage .section--banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background: #321879;
  color: #fff;
  overflow: hidden;
}
body.homePage .section--banner h2, body.homePage .section--banner .h2 {
  margin: 0 3rem;
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
}
@media (max-width: 1700px) {
  body.homePage .section--banner h2, body.homePage .section--banner .h2 {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  body.homePage .section--banner h2, body.homePage .section--banner .h2 {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.homePage .section--banner h2, body.homePage .section--banner .h2 {
    font-size: 18px;
  }
}
body.homePage .section--banner .btn {
  border-color: #fff;
  color: #fff;
}
body.homePage .section--banner .btn img {
  max-width: 50px;
}
@media (max-width: 767px) {
  body.homePage .section--banner .btn img {
    max-width: 40px;
  }
}
@media (max-width: 480px) {
  body.homePage .section--banner .btn img {
    max-width: 30px;
  }
}
@media (max-width: 991px) {
  body.homePage .section--banner .btn {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  body.homePage .section--banner .btn {
    width: auto;
    font-size: 18px;
    padding: 0.35rem 1rem;
  }
}
body.homePage .section--banner.section--banner-style-clear {
  background-color: #fff;
}
@media (min-width: 992px) {
  body.homePage .section--banner.section--banner-style-clear {
    background-color: #321879;
    color: #fff;
  }
}
body.homePage .section--banner.section--banner-style-clear h2, body.homePage .section--banner.section--banner-style-clear .h2 {
  color: #321879;
  margin: 0 3rem;
}
@media (min-width: 992px) {
  body.homePage .section--banner.section--banner-style-clear h2, body.homePage .section--banner.section--banner-style-clear .h2 {
    color: #fff;
  }
}
@media (max-width: 767px) {
  body.homePage .section--banner.section--banner-style-clear h2, body.homePage .section--banner.section--banner-style-clear .h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  body.homePage .section--banner.section--banner-style-clear h2, body.homePage .section--banner.section--banner-style-clear .h2 {
    font-size: 16px;
  }
}
body.homePage .section--banner.section--banner-style-clear .btn {
  border-color: #321879;
  color: #321879;
  font-size: 34px;
}
@media (min-width: 992px) {
  body.homePage .section--banner.section--banner-style-clear .btn {
    background-color: #321879;
    border-color: #fff;
    color: #fff;
  }
}
@media (max-width: 1200px) {
  body.homePage .section--banner.section--banner-style-clear .btn {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body.homePage .section--banner.section--banner-style-clear .btn {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  body.homePage .section--banner.section--banner-style-clear .btn {
    font-size: 16px;
  }
}