.about {
  min-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.about > img, .about > noscript img {
  position: absolute;
  width: 62%;
  height: auto;
  max-width: none;
  left: -1.2%;
  top: 13.5rem;
  z-index: -1;
}
.about .awards {
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 600px;
  gap: min(32px, 2%);
  margin: 0 auto;
}
.about .awards li {
  display: block;
  width: 105px;
  max-width: 23%;
}
.about .awards img {
  width: 100%;
}
.about .container {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about .content {
  width: 50%;
  min-width: 574px;
  padding: 5rem 0;
}
.about .content > h2 {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--orange1);
}
.about .content > h2 .p1 {
  color: var(--gray1);
}
.about .content > * {
  max-width: 574px;
}
@media screen and (max-width: 1023px) {
  .about > img, .about > noscript img {
    height: auto;
    width: 110%;
    left: -5%;
  }
  .about .content {
    width: 100%;
    margin: 0 auto;
    min-width: 0;
    max-width: 740px;
  }
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/31dfa9dbadef42a830751f743836f57859476c77.css.map */