/*helpers*/
:root {
  --b--component-bottom-offset: 100px;
}
@media (max-width: 1599px) {
  :root {
    --b--component-bottom-offset: 80px;
  }
}
@media (max-width: 989px) {
  :root {
    --b--component-bottom-offset: 60px;
  }
}
.block--component {
  margin-bottom: var(--b--component-bottom-offset);
}
.block--title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .block--title {
    font-size: 42px;
  }
}
@media (max-width: 989px) {
  .block--title {
    font-size: 26px;
  }
}
.block--description {
  color: #BABBBE;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 830px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .block--description {
    font-size: 14px;
  }
}
/*# sourceMappingURL=component.css.map */