.section-media-text {
  background: #fff;
  padding-block: 12rem;
}
.section-media-text .text .inner {
  padding: 40px 0;
}
.section-media-text .text .buttons {
  margin-top: 30px;
}
.section-media-text .image img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.section-media-text .bg-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: 1;
}
.section-media-text > .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 61.9376rem) {
  .section-media-text .text {
    background: transparent !important;
  }
  .section-media-text.image-right .image {
    text-align: right;
  }
  .section-media-text.image-right .text .inner {
    padding-right: 0px;
  }
  .section-media-text.image-left .bg-box {
    left: auto;
    right: 0;
  }
  .section-media-text.image-left .image {
    text-align: left;
  }
  .section-media-text.image-left .text .inner {
    padding-left: 0px;
  }
}
@media (max-width: 61.9375rem) {
  .section-media-text {
    padding-block: 8rem;
  }
  .section-media-text .bg-box {
    display: none;
  }
  .section-media-text.image-left .image {
    margin-bottom: 30px;
  }
  .section-media-text.image-right .image {
    margin-top: 30px;
  }
  .section-media-text.reverse-mobile.image-left .image {
    order: 2 !important;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .section-media-text.reverse-mobile.image-right .image {
    margin-bottom: 30px;
    margin-top: 0;
    order: 0 !important;
  }
  .section-media-text.pb-md-0:not(.reverse-mobile) .image {
    margin-bottom: 0;
  }
}
@media (max-width: 47.9375rem) {
  .section-media-text {
    padding-block: 4rem;
  }
  .section-media-text.background-default + .section-media-text.background-default {
    padding-top: 0;
  }
}

/*# sourceMappingURL=block.css.map */
