.components-wrapper .component {
  position: relative;
}
.components-wrapper:first-child [data-component]:first-of-type {
  margin-top: 0;
}

[data-component] .text-wrapper.small-title .component-title {
  font-size: 1.625rem;
  line-height: 1.08;
}
@media screen and (min-width: 1025px) {
  [data-component] .text-wrapper.small-title .component-title {
    font-size: 2rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1367px) {
  [data-component] .text-wrapper.small-title .component-title {
    font-size: 2.625rem;
  }
}
[data-component] .text-wrapper.small-title .component-title {
  font-weight: 500;
  font-family: "HKGrotesk", sans-serif;
  letter-spacing: normal;
}
[data-component] .title-dark .component-title {
  color: #505555;
}
[data-component] .component-container {
  position: relative;
}