/***** Vistra Design System *****/
/************************************/
/* 16px */
/* 24px */
/***** START: New theme variables *****/
/************************************/
/***** END: New theme variables ******/
/************************************/
.paragraph--type--hero-banner.banner_type_services {
  --background-colour: #EFF3F8;
  --header-colour: #0909B7;
  --text-colour: #2A2A2A;
  background: var(--background-colour) !important;
}
.paragraph--type--hero-banner.banner_type_services .banner-content-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "hero_media" "hero_content";
  min-height: 548px;
  gap: 1.5rem;
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_services .banner-content-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "hero_content hero_media";
  }
}
.paragraph--type--hero-banner.banner_type_services .hero-banner-content {
  padding: 0 1rem 3rem;
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_services .hero-banner-content {
    padding: 8rem 1rem 2rem 4rem;
    min-height: 594px;
  }
}
.paragraph--type--hero-banner.banner_type_services .banner-image {
  grid-area: hero_media;
  min-height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_services .banner-image {
    padding-left: 0;
    padding-right: 4rem;
    padding-top: 8rem;
    min-height: 594px;
  }
}
.paragraph--type--hero-banner.banner_type_services .banner-image > img {
  object-fit: cover;
  height: 338px;
  width: 100%;
  border-radius: 1rem;
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_services .banner-image > img {
    width: calc(100% - 1px);
  }
}
.paragraph--type--hero-banner.banner_type_services .field--name-field-title {
  padding-bottom: 0.5rem;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.5rem;
  color: var(--header-colour) !important;
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_services .field--name-field-title {
    font-weight: 300;
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

@media all and (max-width: 63.9375em) {
  .paragraph--type--hero-carousel.multipleSlides .paragraph--type--hero-banner.banner_type_services {
    padding-block: 0 9rem;
  }
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-carousel.multipleSlides .paragraph--type--hero-banner.banner_type_services .hero-banner-content {
    padding-bottom: 9rem;
  }
}
/*# sourceMappingURL=hero-banner-services.css.map */
