.w-text {
  margin-top: 48px;
  font-size: clamp(1rem, 0.26vw + 0.94rem, 1.25rem);
}
.w-text:first-child {
  margin-top: 0;
}
.w-text .w__headline {
  margin-bottom: clamp(1rem, 1.54vw + 0.65rem, 2.5rem);
}
.w-text .w__text {
  margin-bottom: 64px;
}
.w-text .w__text img {
  mix-blend-mode: multiply;
}
.w-text .w__text a:has(img) {
  display: inline-block;
  border-bottom: 0;
  margin-bottom: clamp(0.75rem, 0.77vw + 0.58rem, 1.5rem);
}
.w-text .w__text a:has(img) + a:has(img) {
  margin-left: clamp(1rem, 1.03vw + 0.77rem, 2rem);
  border-bottom: 0;
}

@media (min-width: 1024px) {
  .w-text .w__text {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .w-contact:first-child {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
