.text-block {
  position: relative;
  text-align: center;
  z-index: 1;
}
.text-block .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(243, 243, 243, 0.95);
  background-blend-mode: overlay;
  z-index: -1;
}
.text-block .bg.bg--mobile {
  display: none;
}
.text-block .block-title {
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: var(--grey);
  margin-bottom: 40px;
}
.text-block .block-desc {
  text-align: center;
  max-width: 1070px;
  margin: 0 auto;
}
.text-block .block-desc * {
  color: var(--grey);
}

@media (max-width: 1240px) {
  .text-block .block-title {
    font-size: 30px;
  }
}
@media (max-width: 769px) {
  .text-block .bg {
    display: none;
  }
  .text-block .bg.bg--mobile {
    display: block !important;
  }
}
@media (max-width: 498px) {
  .text-block .block-title {
    font-size: 25px;
  }
  .text-block .block-desc * {
    font-size: 14px;
  }
}

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