/* !- Fonts */
/* !- Sizes */
/* !- Spaces */
/* !- Layout breakpoints and spacing */
/* !- Services */
.service-tiles-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-bottom: 24px;
}

.service-tile {
  aspect-ratio: 1/1;
  position: relative;
  overflow: visible;
}

.service-tile-icon {
  max-width: 80px;
  max-height: 80px;
}

.service-tile-expander {
  border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  height: 100%;
  display: flex;
}

.service-tile-content {
  margin: 23px;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  flex-direction: column;
}
.service-tile-content h3 {
  justify-self: end;
  margin-top: auto;
  margin-bottom: 23px;
}

.service-tile-hover-text {
  font-size: 16px;
  line-break: 21px;
  margin-top: 0px;
}

.service-tile-cs-cta {
  margin-left: auto;
  margin-right: auto;
}
.service-tile-cs-cta .flex-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.expand-col-teal-tint {
  background-image: url("../../media/icons/expand_teal-tint.svg");
}

.expand-col-golden-yellow {
  background-image: url("../../media/icons/expand_golden-yellow.svg");
}

.expand-col-charcoal {
  background-image: url("../../media/icons/expand_charcoal.svg");
}

/* !- Hover state for tiles */
/* !- Cards */
.service-sheet-paragraph {
  border-bottom: 1px solid #E7F1F1;
}

#related-case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-bottom: 24px;
}

#related-case-studies-wrapper h4, #related-case-studies-wrapper p {
  color: #E7F1F1 !important;
}

#dynamic-service-content p, #dynamic-service-content a {
  color: #E7F1F1;
}

/* !- Responsive */
@media screen and (max-width: 900px) {
  .service-tiles-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 24px;
  }
  .service-tile {
    height: 207px;
    aspect-ratio: auto;
  }
  .service-tile-content h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .service-tiles-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 16px;
  }
  .service-tile {
    height: 195px;
  }
}
@media screen and (max-width: 390px) {
  .service-tiles-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

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