.service-banner {
  display: grid;
  grid-template-columns: 576px auto;
  grid-template-areas: "content img";
  padding-top: calc(var(--header-height));
  min-height: 320px;
  isolation: isolate;
  position: relative;
}
.service-banner .service-banner__content__header {
  margin-top: 44px;
  margin-bottom: 12px;
}
@media only screen and (width < 1024px) {
  .service-banner .service-banner__content__header {
    line-height: 100%;
    margin-bottom: 14px;
  }
}
@media only screen and (width < 768px) {
  .service-banner .service-banner__content__header {
    margin-top: 12px;
    margin-bottom: 22px;
  }
}
.service-banner--with-tags .service-banner__content__header {
  margin-top: 2px;
}
.service-banner__content {
  grid-area: content;
  padding-bottom: 64px;
}
.service-banner__content__button {
  margin-top: 32px;
}
@media only screen and (width < 768px) {
  .service-banner__content__button {
    margin-top: 24px;
    min-width: auto;
  }
}
@media only screen and (width < 768px) {
  .service-banner__content {
    padding-bottom: 48px;
  }
}
.service-banner .service-banner__wrapper {
  position: relative;
}
.service-banner .service-banner__wrapper .service-banner__wrapper__img {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: -1;
  max-height: 100%;
}
@media only screen and (width < 1440px) {
  .service-banner .service-banner__wrapper .service-banner__wrapper__img {
    left: 0;
  }
}
@media only screen and (width < 1024px) {
  .service-banner .service-banner__wrapper .service-banner__wrapper__img {
    left: -77px;
  }
}
@media only screen and (width < 768px) {
  .service-banner .service-banner__wrapper .service-banner__wrapper__img {
    left: 0;
    position: relative;
    justify-self: center;
    right: auto;
  }
}
.service-banner .service-banner__wrapper img {
  max-width: fit-content;
}
@media only screen and (width < 1440px) {
  .service-banner {
    grid-template-columns: 528px auto;
  }
}
@media only screen and (width < 1024px) {
  .service-banner {
    grid-template-columns: 384px auto;
  }
}
@media only screen and (width < 768px) {
  .service-banner {
    gap: 32px;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-template-areas: "img" "content";
    padding-top: 0;
  }
}

.position-relative {
  position: relative;
}

.breadcrumbs-dark-wrapper .content-grid {
  display: flex;
}

@media only screen and (width < 768px) {
  :root {
    --breadcrumbs-top-offset: 0px;
  }
}

/*# sourceMappingURL=service-banner.css.map */
