/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-1800: 1800px;
  --breakpoint-xl-1700: 1700px;
  --breakpoint-xl-l: 1600px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.content-wrapper .content-block {
  position: relative;
  padding-bottom: 50px;
}
.content-wrapper .content-block .sk-container {
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .content-wrapper .content-block {
    padding: 70px 0 115px;
  }
}
.content-wrapper .content-block__title {
  color: var(--sk-color-terracotta);
  text-align: center;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .content-wrapper .content-block__title {
    margin-bottom: 58px;
  }
}
.content-wrapper .content-block__content p {
  font-size: var(--sk-text--h4);
  letter-spacing: -1px;
  line-height: 107%;
  font-weight: 200;
}
