.service-hero {
  padding: 132px 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
.service-hero .wrapper {
  width: 75%;
  min-height: 468px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-hero .title-page {
  color: #4AE9C2;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 76px;
  letter-spacing: 0.64px;
  margin: 0 0 24px 0;
}
.service-hero .text {
  margin-bottom: 79px;
}
.service-hero .text h4 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 32px 0 16px;
}
.service-hero .text p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin: 20px 0;
}
.service-hero .text p:first-child {
  margin-top: 0;
}
.service-hero .text p:last-child {
  margin-bottom: 0;
}
.service-hero .btn {
  height: 69px;
}
@media only screen and (max-width: 1024px) {
  .service-hero {
    padding: 80px 0;
  }
  .service-hero .wrapper {
    width: 100%;
  }
  .service-hero .title-page {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero {
    padding: 72px 0;
  }
  .service-hero .wrapper {
    min-height: auto;
  }
  .service-hero .title-page {
    font-size: 33px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .service-hero .text {
    margin-bottom: 32px;
  }
  .service-hero .text p {
    font-size: 16px;
    line-height: 150%;
    margin: 10px 0;
  }
}
