/*========= FUNCTIONS ==========*/
/*========= MIXINS ==========*/
.text-suptitle {
  margin-bottom: 10px;
  color: var(--accent_secondary);
  text-align: center;
}
.text-suptitle_icon {
  width: 40px;
  height: 40px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.text-title {
  text-align: center;
  margin-bottom: 15px;
}
.text-subtitle {
  font-family: var(--font_r);
  font-weight: 400;
  font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
  line-height: 130%;
  letter-spacing: 1.5%;
  color: var(--accent_secondary);
  text-align: center;
}
.text-desc {
  color: var(--text);
}
.text-wrapper {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .text-title::before {
    left: -10px !important;
  }
  .text-title::after {
    right: 10px !important;
  }
}
@media (max-width: 992px) {
  .text-block {
    padding: 20px 0 !important;
  }
  .text-suptitle_icon {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=block.css.map */