.about-hero-pattern {
  position: relative;
}
.about-hero-pattern__row {
  position: relative;
}
.about-hero-pattern__image {
  bottom: -60px;
  position: relative;
  z-index: 2;
  margin-left: 40px;
  margin-right: 40px;
}
.about-hero-pattern__image img {
  border-radius: 24px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-hero-pattern__title {
  margin-bottom: 24px;
}
.about-hero-pattern__text {
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-hero-pattern {
    padding: 40px 0 40px;
  }
}
@media (max-width: 1200px) {
  .about-hero-pattern {
    padding: var(--section-padding-y-60) 0;
  }
  .about-hero-pattern__image {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .about-hero-pattern__image img {
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .about-hero-pattern {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=about-hero.css.map */
