.hos-text-wysiwyg {
  padding: 48px 0;
}

@media (max-width: 1000px) {
  .hos-text-wysiwyg {
    padding: 32px 0;
  }
}

.hos-text-wysiwyg__inner {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


@media (max-width: 768px) {
  .hos-text-wysiwyg__inner {
    gap: 16px;
  }
  .hos-text-wysiwyg__heading {
    font-size: 32px;
  }
}

.hos-text-wysiwyg__content {
  color: #0f1115;
  font-size: 18px;
  line-height: 1.65;
}

.hos-text-wysiwyg__content p {
  margin: 0 0 1em;
}

.hos-text-wysiwyg__content p:last-child {
  margin-bottom: 0;
}

.hos-text-wysiwyg__content a {
  color: #070d0b;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.08em;
  transition: color 0.2s ease;
}

.hos-text-wysiwyg__content a:hover {
  color: #ff7031;
}
