@media (width <= 1024px) {
  .service-hero {
    padding-top: 150px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .service-hero .top-container {
    padding: 1rem !important;
  }

  .service-hero .top-container .wp-block-column figure {
    height: 300px !important;
  }
  .service-hero .top-container .wp-block-column figure img {
    height: 100% !important;
  }
}

@media (min-width: 1650px) {
  .service-hero {
    padding-top: 220px !important;
  }
}

.service-hero .wp-block-columns .wp-block-column figure {
  min-width: 100% !important;
}

.service-hero .wp-block-columns .wp-block-column figure img {
  width: 100% !important;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top;
  -o-object-position: top;
}

@media (min-width: 1650px) {
  .service-hero .wp-block-columns .wp-block-column figure img {
    height: 400px !important;
  }
}

.service-hero .bottom-container {
  max-width: 1106px !important;
  margin-right: 0 !important;
  display: flex;
  align-items: center;
}

@media (width <= 1024px) {
  .service-hero .bottom-container {
    margin-right: 0px !important;
    display: flex;
    align-items: center;
    margin-top: -200px !important;
    padding: 2rem 1rem 2rem 1rem !important;
  }
}
@media (min-width: 1650px) {
  .service-hero .bottom-container {
    max-width: 1320px !important;
    margin-right: 433px !important;
    display: flex;
    align-items: center;
  }
}

.service-hero .bottom-container .wp-block-column {
  position: relative;
}

.service-hero .bottom-container .wp-block-column .row::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: -12px;
  margin-top: 2rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--tsa-yellow);
}

.service-hero .bottom-container .wp-block-column .row h2 {
  font-weight: 300 !important;
  line-height: 35.2px !important;
}

@media (width <= 840px) {
  .our-approach {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .our-approach .wp-block-columns .wp-block-column {
    border: none !important;
    padding-right: 0 !important;
  }
}

.benefits {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: auto;
}

.benefits > div {
  min-width: 300px;
}

@media (width <= 767px) {
  .benefits {
    gap: 1rem !important;
  }

  .benefits > div p {
    font-size: 1.25rem !important;
  }
}
