/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-image-text-items {
  position: relative;
  background-color: #184e51;
  color: white;
  overflow: hidden;
  min-height: 33.33vw;
  padding-top: clamp(6rem, 53.4258456201px + 0.0555073721 * 100vw, 10rem);
  padding-bottom: clamp(4rem, 32.0693842151px + 0.0416305291 * 100vw, 7rem);
  /* -- color variants -- */
}
.block-image-text-items--dark-green {
  background-color: #184e51;
  color: white;
}
.block-image-text-items--dark-green .block-image-text-image__title {
  color: #D9FFE5;
}
.block-image-text-items--dark-green .block-image-text-image__title span {
  color: white;
}
.block-image-text-items--darker-green {
  background-color: #17383A;
  color: white;
}
.block-image-text-items--darker-green .block-image-text-image__title {
  color: #D9FFE5;
}
.block-image-text-items--darker-green .block-image-text-image__title span {
  color: white;
}
.block-image-text-items--light-green {
  background-color: #D3FFDF;
  color: #184e51;
}
.block-image-text-items--yellow {
  background-color: #EFFF5F;
  color: #184e51;
}
.block-image-text-items--white {
  background-color: white;
  color: #184e51;
}
.block-image-text-items--4-columns .block-image-text-items__image {
  aspect-ratio: 1/1;
}
@media (min-width: 1280px) {
  .block-image-text-items .row {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .block-image-text-items .row .col-12,
  .block-image-text-items .row .col-md-3,
  .block-image-text-items .row .col-md-4 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.block-image-text-items__title {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(30px, 16.6955767563px + 0.0173460538 * 100vw, 50px);
}
.block-image-text-items__item {
  margin-bottom: 4rem;
}
.block-image-text-items__item-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 1.25rem;
}
.block-image-text-items__item-text {
  opacity: 0.75;
  line-height: 1.3;
}
.block-image-text-items__image {
  margin-bottom: 1rem;
  width: 100%;
  aspect-ratio: 5/3.25;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=block_image-text-items.css.map*/