.section-title__title {
  font-family: var(--font-family-title);
  font-weight: var(--tg-font-weight-h2);
  font-size: var(--tg-font-size-h2);
  line-height: var(--tg-line-height-h2);
  letter-spacing: var(--tg-letter-spacing-h2);
  color: var(--color-grey-darker);
}

.section-title__label {
  font-family: var(--font-family-primary);
  font-size: var(--label-font-size);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--color-grey);
  margin-bottom: 1.25em;
  margin-top: 0;
}

.section-title {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .section-title {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .section-title .container {
    width: 1290px;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title .container {
    width: 934px;
  }
}
@media (max-width: 767px) {
  .section-title .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 500px;
  }
}
.section-title__title {
  margin: 0;
  color: var(--title-color);
  text-align: center;
}
/*# sourceMappingURL=section-title.css.map */
