.dark-50-50 {
  overflow: hidden;
}
.dark-50-50-row-outer {
  display: flex;
  justify-content: space-between;
}
.dark-50-50-row-outer .image-wrapper {
  flex: 0 0 50vw;
  max-width: 50vw;
  margin-left: calc(((100vw - 1300px)/-2) - 0px);
}
.right-img-position.dark-50-50-row-outer .image-wrapper {
  order: 2;
  margin-left: 0px;
  margin-right: calc(((100vw - 1300px)/-2) - 0px);
}
.dark-50-50-row-outer .image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.dark-50-50-row-outer .content-wrapper {
  max-width: 44.77%;
  flex: 0 0 44.77%;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.dark-50-50 .heading {margin-bottom: 32px;}
.dark-50-50 p.eyebrow {
  font-size: 14px;.
  font-weight: 400;
  letter-spacing: .7px;
  line-height: normal;
  margin: 0 0 32px;
  text-transform: uppercase;
  width:100%;
}
.dark-50-50 h3 {
  margin: 0 0 30px;
  font-weight: 300;
}
.dark-50-50-row-outer p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.dark-50-50 .sr-spacer-top-25 {
  padding-top: 40px;
}
@media (max-width: 1330px) {
  .left-img-position.dark-50-50-row-outer .image-wrapper {
    margin-left: -15px;
  }
  .right-img-position.dark-50-50-row-outer .image-wrapper {
    margin-right: -15px;
  }
}
@media (max-width: 1199px) {
  .left-img-position.dark-50-50-row-outer .image-wrapper {
     margin-left: calc(((100vw - 930px)/-2) - 0px);
  }
  .right-img-position.dark-50-50-row-outer .image-wrapper {
    margin-right: calc(((100vw - 930px)/-2) - 0px);
  }
}
@media (max-width: 991px) {
  .left-img-position.dark-50-50-row-outer .image-wrapper {
    margin-left: calc(((100vw - 690px)/-2) - 0px);
  }
  .right-img-position.dark-50-50-row-outer .image-wrapper {
    margin-right: calc(((100vw - 690px)/-2) - 0px);
  }
}
@media (max-width: 767px) {
  .dark-50-50-row-outer .image-wrapper {
    max-width:  100vw;
    flex: 100vw;
  }
  .left-img-position.dark-50-50-row-outer .image-wrapper,
  .right-img-position.dark-50-50-row-outer .image-wrapper {
    margin-left: calc(((100vw - 510px)/-2) - 0px);
    margin-right: calc(((100vw - 510px)/-2) - 0px);
  }
  .right-img-position.dark-50-50-row-outer .image-wrapper {
    order: unset;
  }
  .dark-50-50-row-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dark-50-50-row-outer .content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0px 50px !important;
  }
  .dark-50-50 h3 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 25px;
  }
  .dark-50-50 h3 {
    margin: 0 0 20px;
  }
  .dark-50-50 .sr-spacer-top-25 {
    padding-top: 24px;
  }
}
@media (max-width: 540px) {
  .left-img-position.dark-50-50-row-outer .image-wrapper,
  .right-img-position.dark-50-50-row-outer .image-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}