/* 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 .hero-about,
.hero-about {
  padding: 40px 0 0 0;
  overflow: hidden;
  height: calc(100vh - 147px);
}
@media (max-width: 1024px) {
  .wp-block .hero-about,
  .hero-about {
    height: auto;
  }
}
@media (max-width: 512px) {
  .wp-block .hero-about__content span.services-slide-lines,
  .hero-about__content span.services-slide-lines {
    font-size: 0 !important;
  }
  .wp-block .hero-about__content span.services-slide-lines img,
  .hero-about__content span.services-slide-lines img {
    width: 256px;
  }
}
.wp-block .hero-about__text,
.hero-about__text {
  max-width: 640px;
  margin-top: -32px;
}
@media (max-width: 512px) {
  .wp-block .hero-about__text,
  .hero-about__text {
    margin-top: 0;
  }
}
.wp-block .hero-about__text-small,
.hero-about__text-small {
  display: flex;
  align-self: flex-end;
}
@media (max-width: 512px) {
  .wp-block .hero-about__text-small,
  .hero-about__text-small {
    align-self: center;
  }
}
.wp-block .hero-about__text-small p,
.hero-about__text-small p {
  width: 55%;
}
@media (max-width: 512px) {
  .wp-block .hero-about__text-small p,
  .hero-about__text-small p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 512px) {
  .wp-block .hero-about__text h4,
  .hero-about__text h4 {
    text-align: center;
  }
}
@media (max-width: 512px) {
  .wp-block .hero-about__content-header,
  .hero-about__content-header {
    margin-bottom: 0;
  }
}
.wp-block .hero-about__container,
.hero-about__container {
  position: relative;
}
.wp-block .hero-about__slide-items,
.hero-about__slide-items {
  position: relative;
  top: -100%;
  transform: translateY(120%);
  width: 100%;
}
@media (max-width: 1024px) {
  .wp-block .hero-about__slide-items,
  .hero-about__slide-items {
    position: static;
    transform: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero-about__slide-items,
  .hero-about__slide-items {
    gap: 12px;
  }
}
.wp-block .hero-about__item,
.hero-about__item {
  background: rgba(28, 28, 30, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 40px;
  width: 292px;
  height: 206px;
}
@media (max-width: 1024px) {
  .wp-block .hero-about__item,
  .hero-about__item {
    width: 100%;
  }
}
@media (max-width: 512px) {
  .wp-block .hero-about__item,
  .hero-about__item {
    padding: 24px;
  }
}
.wp-block .hero-about__item-wrapper,
.hero-about__item-wrapper {
  margin-bottom: 100px;
  position: relative;
  z-index: 101;
  width: 100%;
}
@media (max-width: 1024px) {
  .wp-block .hero-about__item-wrapper,
  .hero-about__item-wrapper {
    margin-bottom: 0;
    width: 292px;
    height: 206px;
  }
}
@media (max-width: 512px) {
  .wp-block .hero-about__item-wrapper,
  .hero-about__item-wrapper {
    width: 48%;
    height: 138px;
  }
}
.wp-block .hero-about__item-wrapper:nth-child(2n),
.hero-about__item-wrapper:nth-child(2n) {
  justify-content: flex-end;
}
