/*
* 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-text-items {
  position: relative;
  background-color: #184e51;
  color: white;
  overflow: hidden;
  min-height: 33.33vw;
  display: flex;
  align-items: center;
  padding-top: clamp(6rem, 53.4258456201px + 0.0555073721 * 100vw, 10rem);
  padding-bottom: clamp(6rem, 53.4258456201px + 0.0555073721 * 100vw, 10rem);
  /* -- color variants -- */
}
.block-text-items--dark-green {
  background-color: #184e51;
  color: white;
}
.block-text-items--dark-green .block-text-image__title {
  color: #D9FFE5;
}
.block-text-items--dark-green .block-text-image__title span {
  color: white;
}
.block-text-items--darker-green {
  background-color: #17383A;
  color: white;
}
.block-text-items--darker-green .block-text-image__title {
  color: #D9FFE5;
}
.block-text-items--darker-green .block-text-image__title span {
  color: white;
}
.block-text-items--light-green {
  background-color: #D3FFDF;
  color: #184e51;
}
.block-text-items--yellow {
  background-color: #EFFF5F;
  color: #184e51;
}
.block-text-items--white {
  background-color: white;
  color: #184e51;
}
.block-text-items--light-gray {
  background-color: #F5F5F5;
  color: #184e51;
}
.block-text-items__title-small {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  font-size: calc(18px + (24 - 18) * (100vw - 767px) / (1920 - 767));
  line-height: 28.8px;
  line-height: calc(22px + (28.8 - 22) * (100vw - 767px) / (1920 - 767));
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .block-text-items__title-small {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-items__title-small {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .block-text-items__title-small {
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-items__title-small {
    line-height: 28.8px;
  }
}
@media (max-width: 767.98px) {
  .block-text-items__title-small {
    font-weight: 400;
  }
}
.block-text-items__title {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 72px;
  font-size: calc(36px + (72 - 36) * (100vw - 767px) / (1920 - 767));
  margin-bottom: 100px;
  margin-bottom: calc(64px + (100 - 64) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-text-items__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-items__title {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .block-text-items__title {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-items__title {
    margin-bottom: 100px;
  }
}
.block-text-items__item-text, .block-text-items__text {
  font-weight: 400;
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * (100vw - 767px) / (1920 - 767));
  line-height: 26px;
  line-height: calc(24px + (26 - 24) * (100vw - 767px) / (1920 - 767));
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .block-text-items__item-text, .block-text-items__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-items__item-text, .block-text-items__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .block-text-items__item-text, .block-text-items__text {
    line-height: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-items__item-text, .block-text-items__text {
    line-height: 26px;
  }
}
.block-text-items__item {
  max-width: 300px;
  padding-right: 2rem;
  margin-bottom: 4rem;
}
.block-text-items__icon {
  margin-bottom: 2rem;
  width: 2.5rem;
  height: 2.5rem;
}

/*# sourceMappingURL=block_text-items.css.map*/