@media only screen and (min-width: 1140px) {
  .service-hero {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .service-hero .content {
    width: 100%;
    height: 100%;
    padding: 55px 35px;
    padding-top: 120px;
    background: #F2F2ED !important;
    max-width: 1475px;
    margin-inline: auto;
  }
  .service-hero .content .text {
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .service-hero .content .text h1 {
    color: #1F1F1F;
    font-size: 90px;
    max-width: 85%;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .service-hero .content .text p {
    font-size: 16px;
    color: #1F1F1F;
    width: 350px;
  }
  .service-hero .content .text .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    border-radius: 2px;
    color: white;
    background: #363637;
    text-decoration: none;
    margin-top: 15px;
    width: max-content;
  }
  .service-hero .content .text .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .service-hero .content .text .why {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 55px;
    transform: translateY(10px);
  }
  .service-hero .content .text .why img {
    width: 70px;
    height: auto;
    object-fit: cover;
    opacity: 0.84;
    transform: translateY(-2px);
  }
  .service-hero .content .text .why .data {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .service-hero .content .text .why .data p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
    opacity: 0.95;
    width: max-content;
  }
  .service-hero .content .images {
    position: relative;
    margin-top: 45px;
    height: 350px;
    overflow: hidden;
  }
  .service-hero .content .images .overlay-right {
    height: 350px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.12);
    z-index: 9;
    pointer-events: none;
  }
  .service-hero .content .images img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 2px;
    filter: brightness(96%);
  }
}

/*# sourceMappingURL=services.css.map */
