/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/sections/section_MC-366_hero-group/scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-b2b-section-hero-group .hero-top-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--ds-semantic-spacing-l);
  align-items: center;
  overflow: hidden;
}
.wp-block-b2b-section-hero-group .hero-top-row .site-ttl {
  font-family: var(--ds-semantic-font-title);
  font-size: var(--ds-core-typography-font-size-2xl);
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.wp-block-b2b-section-hero-group .hero-top-row .lottie-anim-wrap {
  width: 100%;
  height: 310px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wp-block-b2b-section-hero-group .hero-top-row .lottie-anim-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .wp-block-b2b-section-hero-group .hero-top-row {
    display: flex;
    flex-direction: column;
  }
  .wp-block-b2b-section-hero-group .hero-top-row .site-ttl {
    font-size: var(--ds-core-typography-font-size-2xl);
    text-align: center;
  }
}

/*# sourceMappingURL=style-index.css.map*/