/* 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 .about-us,
.about-us {
  padding: 68px 0 77px 0;
}
.wp-block .about-us__left,
.about-us__left {
  max-width: 525px;
}
@media (max-width: 768px) {
  .wp-block .about-us__left,
  .about-us__left {
    max-width: 100%;
  }
}
.wp-block .about-us__right,
.about-us__right {
  max-width: 600px;
}
@media (max-width: 768px) {
  .wp-block .about-us__right,
  .about-us__right {
    max-width: 100%;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
  }
}
.wp-block .about-us__description:not(:last-child),
.about-us__description:not(:last-child) {
  position: relative;
  padding-bottom: 40px;
}
.wp-block .about-us__description:not(:last-child)::before,
.about-us__description:not(:last-child)::before {
  content: "";
  height: 1px;
  width: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: width 1s ease 0.4s;
  position: absolute;
  bottom: 0;
}
.wp-block .about-us__description:not(:last-child).aos-animate::before,
.about-us__description:not(:last-child).aos-animate::before {
  width: 100%;
}
.wp-block .about-us__description:not(:first-child),
.about-us__description:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .wp-block .about-us__description,
  .about-us__description {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .wp-block .about-us-content,
  .about-us-content {
    flex-direction: column;
  }
}
