@media screen and (min-width: 1024px), print {
  .mod-media-horizontal> .content {
    width: 40vw !important;
  }
  .mod-media-horizontal> .content> .hdg {
    margin-bottom: 10px !important;
  }
  .mod-media-horizontal> .content> .top {
    margin-bottom: 10px !important;
  }
  .mod-media-horizontal> .content> .bottom {
    margin-bottom: 10px !important;
  }
  .mod-media-horizontal> .content> .btnArea .mod-btn-02.align-left {
    margin-bottom: 0px !important;
  }
}

