.service-banner {
  position: relative;
}
.service-h1 {
  width: calc(100% - 96px);
}
.service-form-title {
  margin: 0 0 24px;
  color: #fafafa;
}
.service-image {
  position: relative;
}
.service-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
}

.adv-title {
  margin: 0 0 24px;
  color: #fafafa;
}
.adv-item {
  height: 24px;
  margin: 12px 0;
  align-items: center;
  display: flex;
  text-align: left;
}
.adv-icon {
  margin: 0 10px 0;
}

@media (min-width: 1025px) {
  .wp-block-lazyblock-perevagi {
    display: flex;
    columns: 2;
    gap: 24px;
  }
  .adv {
    width: 50%;
    text-align: center;
  }
  .adv-items {
    width: 400px;
    margin: 0 auto;
  }
  .service-form-wrap {
    width: 50%;
    text-align: center;
  }
  .service-form-wrap .wpcf7 {
    display: inline-block;
  }
  .service-form-wrap .wpcf7-response-output {
    width: 312px;
  }
}
@media (max-width: 1024px) {
  .wp-block-lazyblock-perevagi {
    margin: -25px 0 100px;
  }
  .info {
    margin: 50px 0;
  }
  .service-image:before {
    border-radius: 0;
  }
}
/*# sourceMappingURL=service.css.map */
