@charset "UTF-8";


@media screen and (min-width: 614px) {
  .mod-media-horizontal > .content.freehtml_content > .hdg-media-wrapper {
    display: flex !important;
    align-items: center;
    gap: 50px;
    width: 93vw;
  }
}

@media screen and (max-width: 637px) {
  .mod-media-horizontal > .content.freehtml_content > .hdg-media-wrapper {
    display: inline-block !important;
  }

  .mod-media-horizontal > .content.freehtml_content > .hdg-media-wrapper .media {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 1023px) {
   .mod-media-horizontal > .content.freehtml_content {
      width: reset;
  }
}

@media screen and (min-width: 1024px) {
  .mod-media-horizontal > .content.freehtml_content {
    width: 45vw;
    left: 7vw;
  }
}

