.about {
  position: relative;
}
.about .container {
  position: relative;
  z-index: 1;
}
.about .section-headline {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .about .section-headline {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .about .section-headline__headline {
    width: 45%;
  }
}
.about .section-headline__image {
  width: 18%;
  text-align: right;
  display: none;
}
@media (min-width: 1024px) {
  .about .section-headline__image {
    display: block;
  }
}
.about .section-headline__image .section-image {
  max-width: 148px;
}
.about__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .about__bottom {
    align-items: flex-end;
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .about__bottom-img {
    width: calc(33% - 1rem);
    flex-shrink: 0;
  }
}
.about__bottom-img img {
  max-width: 80%;
}
@media (min-width: 1024px) {
  .about__bottom-img img {
    max-width: 17.75rem;
  }
}
.about__bottom-copy {
  max-width: 38.125rem;
}
.about__bottom-copy p:last-child {
  margin-bottom: 0;
}
.about .red-blur {
  position: absolute;
}
.about .red-blur.figure1 {
  left: 0;
  top: -11rem;
}
.about .red-blur.figure2 {
  right: 0;
  bottom: 0;
}/*# sourceMappingURL=styles.css.map */