@import url(../sbx-genesis-hero-module/block.css);

.module_hero.combo-hero-featured-media-with-text:not(.on-light-bkg):not(.on-transparent-bkg):not(.bg-gradient-silver):not(.bg-gradient-bronze):not(.bg-gradient-black-1):not(.bg-gradient-black-2):not(.on-dark-bkg) {
    background-color: var(--white);
}
.module_hero.combo-hero-featured-media-with-text.full-width-media{
    padding-top: 291px;
    background-color: var(--white);
}
.module_hero.combo-hero-featured-media-with-text.full-width-media.bg_text-black {
    background-color: var(--white) !important;
}
.module_hero.combo-hero-featured-media-with-text.full-width-media.bg_text-white {
    background-color: var(--black) !important;
}
.module_hero.combo-hero-featured-media-with-text .img_hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module_hero.combo-hero-featured-media-with-text > .bg-blocks .bg-media > img {
    object-position: left;
}
.module_hero.combo-hero-featured-media-with-text .block_col_2 .col_desc > .btn {
  margin-top: var(--text-spacing--l) !important;
}
/* -- Media BreakPoints -- */
@media (min-width: 768px) {
    .module_hero.combo-hero-featured-media-with-text.full-width-media {
        padding-top: 370px;
    }
    .module_hero.combo-hero-featured-media-with-text .block_col_2 .col_img {
      grid-column: 1 / 13;
      grid-row: auto;
      margin-bottom: 50px;
    }
    .module_hero.combo-hero-featured-media-with-text .block_col_2 .col_desc {
      grid-column: 1 / 10;
      grid-row: auto;
    }
  }
  @media (min-width: 1024px) {
    .module_hero.combo-hero-featured-media-with-text,
    .module_hero.combo-hero-featured-media-with-text.full-width-media {
      /* padding-top: 116px;
      padding-bottom: 116px; */
      padding-top: 0;
      padding-bottom: 0;
      height: 600px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
    .module_hero.combo-hero-featured-media-with-text .block_col_2 .col_img {
      margin-bottom: 0;
    }
    .module_hero.combo-hero-featured-media-with-text .block_col_2 .col_img {
      grid-column: 7 / 13;
      grid-row: 1 / auto;
    }
    .module_hero.combo-hero-featured-media-with-text.image_left .block_col_2 .col_img,
    .module_hero.combo-hero-featured-media-with-text.reverse-column .block_col_2 .col_img {
      grid-column: 1 / 6;
    }
    .module_hero.combo-hero-featured-media-with-text.image_left .block_col_2 .col_desc,
    .module_hero.combo-hero-featured-media-with-text.reverse-column .block_col_2 .col_desc {
      grid-column: 8 / 13;
    }
    .module_hero.combo-hero-featured-media-with-text .block_col_2 .col_desc {
      grid-column: 1 / 6;
      grid-row: 1 / auto;
    }
  }
  @media (max-width: 767px) {
    .module_hero.combo-hero-featured-media-with-text,
    .module_hero.combo-hero-featured-media-with-text.full-width-media {
      padding-bottom: 50px;
    }
  }