.hos-media-text {
  padding: 64px 0;
}

.hos-media-text .addtoany_share_save_container {
  display:none!important;
}

.hos-media-text__container {
  position: relative;
}

.hos-media-text__grid {
  display: flex;
  align-items: stretch;
  gap: clamp(24px, 6vw, 48px);
}

.hos-media-text--media-left .hos-media-text__grid {
  flex-direction: row-reverse;
}

.hos-media-text__content {
  flex: 1 1 0;
  max-width: 620px;
  padding: 48px 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hos-media-text__wysiwyg {
  font-size: 17px;
  line-height: 1.7;
  color: #2d3331;
}
.hos-media-text__wysiwyg h2,
.hos-media-text__wysiwyg h3,
.hos-media-text__wysiwyg h4 {
  margin-bottom: 12px;
}

.hos-media-text__wysiwyg p {
font-size: 16px;
color:#697289;
margin-bottom: 16px;
}

.hos-media-text__wysiwyg li {
  font-size: 16px;
color:#697289;
margin-bottom: 12px;
}
.hos-media-text__wysiwyg p:last-child {
  margin-bottom: 0;
}

.hos-media-text__cta {
  margin-top: 32px;
}
.hos-media-text__cta .btn,
.hos-media-text__cta .rd-btn {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hos-media-text--video .hos-media-text__media-inner {
  align-items: center;
}
.hos-media-text__media {
  min-width: 0;
  flex: 1 1 0;
  display: flex;
}
.hos-media-text__media-inner {
  border-radius: 28px;
  overflow: hidden;
  background: white;
  min-height: 420px;
  width: 100%;
  display: flex;
}
.hos-media-text__video-wrap {
  width: 100%;
  max-height: 500px;
}
.hos-media-text__embed {
  width: 100%;
  display: flex;
  align-items: center;
}
.hos-media-text__media img,
.hos-media-text__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hos-media-text__video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 420px;
  border-radius: 28px;
}
.hos-media-text__embed iframe {
  width: 100%;
  height: auto;
  border: 0;
  display: block;
  min-height: 100%;
}

.hos-media-text--embed .hos-media-text__media-inner {
  min-height: 0;
}

@media (max-width: 1024px) {
  .hos-media-text__grid {
    flex-direction: column!important;
  }
  .hos-media-text__media,
  .hos-media-text__content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex:0;
  }
  .hos-media-text__content {
    min-height: 0;
    padding: 32px 0;
    padding-bottom: 0;
  }

  .hos-media-text__media-inner {
    min-height: 0;
    max-height: 320px;
  }
  .hos-media-text__video-wrap iframe {
    min-height: 0;
    height: 320px;
  }
}

@media (max-width: 640px) {
  .hos-media-text {
    padding: 48px 0;
  }
  .hos-media-text__media-inner {
    border-radius: 22px;
  }
  .hos-media-text__wysiwyg h2 {
    font-size: 30px;
  }
}
