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

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
@media (max-width: 768px) {
  .section-content br {
    display: none;
  }
  .section-content .sk-container--sm {
    max-width: 450px;
  }
}
.section-content *:last-child {
  margin-bottom: 0;
}
.section-content p + h2,
.section-content p + h3,
.section-content p + h4,
.section-content p + h5,
.section-content p + h6 {
  margin-top: 40px;
}
