body.single .single-heilkraut {
  min-height: 100vh;
  padding: 128px 0;
}
@media (max-width: 767px) {
  body.single .single-heilkraut {
    padding: 0 0 64px;
  }
}
section.single-heilkraut {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  container-type: inline-size;
}
section.single-heilkraut .wrapper {
  width: 90%;
  gap: 32px;
  margin: auto;
  background: var(--white);
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 1023px) {
  section.single-heilkraut .wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
  }
}
section.single-heilkraut .wrapper .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
  gap: 56px;
}
@media (max-width: 1023px) {
  section.single-heilkraut .wrapper .text {
    width: 100%;
  }
}
section.single-heilkraut .wrapper .text h2 {
  color: var(--gray);
  font-family: "WorkSans", "Adjusted Arial Fallback", "Arial", sans-serif;
  font-style: normal;
  font-weight: 580;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
section.single-heilkraut .wrapper .text h2:not(:first-child) {
  margin-top: 24px;
}
section.single-heilkraut .wrapper .text article {
  width: 85%;
  max-width: 55ch;
}
section.single-heilkraut .wrapper .image {
  width: 50%;
}
@media (max-width: 1023px) {
  section.single-heilkraut .wrapper .image {
    width: 100%;
  }
}
/*# sourceMappingURL=https://drogistenwissenmehr.kniff.at/wp-content/build/scss_library/59f1db9c6f4eb21993b9924503ac23d5bc02b9ac.css.map */