body.homePage .section--service {
  position: relative;
  background: #fff;
  color: #321879;
  overflow: hidden;
}
@media (max-width: 991.5px) {
  body.homePage .section--service {
    background: #321879;
    color: #fff;
  }
}
@media (max-width: 991.5px) {
  body.homePage .section--service-title-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.homePage .section--service h2, body.homePage .section--service .h2 {
  margin: 0;
  font-weight: 700;
  font-size: 69px;
  line-height: 109%;
}
@media (max-width: 1700px) {
  body.homePage .section--service h2, body.homePage .section--service .h2 {
    font-size: 53px;
  }
}
@media (max-width: 767px) {
  body.homePage .section--service h2, body.homePage .section--service .h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body.homePage .section--service h2 br, body.homePage .section--service .h2 br {
    display: none;
  }
}
body.homePage .section--service h2-subtitle, body.homePage .section--service .h2-subtitle {
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 1700px) {
  body.homePage .section--service h2-subtitle, body.homePage .section--service .h2-subtitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  body.homePage .section--service h2-subtitle, body.homePage .section--service .h2-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  body.homePage .section--service h2-subtitle br, body.homePage .section--service .h2-subtitle br {
    display: none;
  }
}
body.homePage .section--service-info {
  position: relative;
  z-index: 1;
}
body.homePage .section--service-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50vw;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.5px) {
  body.homePage .section--service-info:before {
    left: -1000px;
  }
}
body.homePage .section--service-info:nth-child(1) {
  color: #fff;
}
body.homePage .section--service-info:nth-child(1):before {
  background-color: #7815F9;
}
body.homePage .section--service-info:nth-child(2) {
  color: #fff;
}
body.homePage .section--service-info:nth-child(2):before {
  background-color: #A15CFB;
}
body.homePage .section--service-info:nth-child(3) {
  color: #321879;
}
body.homePage .section--service-info:nth-child(3):before {
  background-color: #E4D0FE;
}
body.homePage .section--service-info:nth-child(4) {
  color: #321879;
}
body.homePage .section--service-info:nth-child(4):before {
  background-color: #F6F3FF;
}
body.homePage .section--service-info-title {
  font-size: 24px;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body.homePage .section--service-info-title {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  body.homePage .section--service-info-title {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  body.homePage .section--service-info__text br {
    display: none;
  }
}
@media (max-width: 480px) {
  body.homePage .section--service-info__text {
    font-size: 12px;
  }
}
body.homePage .section--service-info-content {
  width: 60%;
}
@media (max-width: 767px) {
  body.homePage .section--service-info-content {
    width: 70%;
  }
}
@media (max-width: 480px) {
  body.homePage .section--service-info-content {
    width: 75%;
  }
}
body.homePage .section--service-info-img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  body.homePage .section--service-info-img {
    width: 30%;
  }
}
@media (max-width: 480px) {
  body.homePage .section--service-info-img {
    width: 25%;
  }
}
body.homePage .section--service-info-img img {
  max-width: 100%;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.5px) {
  body.homePage .section--service-info-img img {
    max-width: 120px;
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  body.homePage .section--service-info-img img {
    max-width: 90px;
    max-height: 45px;
  }
}/*# sourceMappingURL=service-landing.css.map */