.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid {
  padding: 0 !important;
}

.banner {
  overflow: hidden;
  color: #fff;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sec-Section_Columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner .sec-Section_Column {
  width: 100%;
}

.sec-Section_Column-content {
  position: relative;
  z-index: 2;
}

.sec-Section_Column-image {
  position: static;
  z-index: 3;
}

.banner h1 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #fff;
  margin: 0;
}

.banner p {
  color: #fff;
  margin: 0;
  margin-top: 0.5rem;
}

.banner .img-Image {
  position: relative;
  margin: 0;
  background-color: #0e0e0e;
  overflow: hidden;
}

.banner .img-Image_Media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .img-Image_AspectRatio {
  padding-bottom: 66.69921875%;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
  .banner .img-Image_Media img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 35%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .banner .sec-Section_Columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .banner .sec-Section_Column {
    width: calc(50% - 16px);
    margin-bottom: 0;
  }
  .banner p {
    width: calc(83.33333% - 5.33333px);
    margin-top: 1rem;
  }
}

@media (min-width: 900px) {
  .banner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .banner h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1440px) {
  .banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}