/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --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);
*/
.wp-block .center-big-text,
.center-big-text {
  padding: 130px 0;
}
@media (max-width: 512px) {
  .wp-block .center-big-text,
  .center-big-text {
    padding: 64px 0;
  }
}
.wp-block .center-big-text__text h2,
.center-big-text__text h2 {
  text-transform: uppercase;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(37, 37, 37) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  display: inline;
}
@media (max-width: 1024px) {
  .wp-block .center-big-text__text h2,
  .center-big-text__text h2 {
    background: transparent;
    color: white;
  }
}
