.dnd_area-row-0-force-full-width-section > .row-fluid,
.dnd_area-row-1-force-full-width-section > .row-fluid,
.dnd_area-row-2-force-full-width-section > .row-fluid,
.dnd_area-row-3-force-full-width-section > .row-fluid {
    padding-left: 0rem;
  padding-right: 0rem;
}
  
.lander-hero-50 {
    flex-wrap: wrap;
}

.lander-hero-50 .dnd-section, .lander-hero-50 .row-fluid {
  padding-top: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}


.row-fluid [class*="span"] {
  margin-left: 0%;
}

.lander-hero-50-banner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lander-hero-50-h2 h2, .lander-hero-50-h2 .h2, .lander-hero-50-h2 {
  margin-bottom: 1rem !important;
  letter-spacing: normal !important;
}

.lander-hero-50-content {
  margin: 0px;
}

.lander-hero-50-image, .lander-hero-hero-50 img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  max-height: 750px;
  overflow: hidden;
  max-width: 50%; 
}

 .lander-hero-50-image img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1245px) {
.lander-hero-50-image img {
  object-fit: cover !important;
  }
  
.row-fluid .span6 { 
    width: 100%;
  }
    .row-fluid [class*="span"] {
    margin-left: 0px;
    }
  
    .dnd_area-row-9-padding {
    padding-left: 0px
  }
}
  
@media only screen and (max-width: 991px) {
  .lander-hero-50-banner {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

  .dnd_area-row-9-padding {
    padding-left: 0px
  }
  
  .lander-hero-50-image {
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
  }
  
.lander-hero-50-image img {
   height: auto;
   max-width: 991px;
  }
  
.lander-hero-50-content { 
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;

}
  
  .row-fluid [class*="span"] {
    margin-left: 0px;
  }
    
.row-fluid .span6 {
    width: 100%;
      margin: 0 auto;
}
  
  .lander-hero-50-h2, h2   [
  font-size: 66px !important;
}
)

@media only screen and (max-width: 768px) {
  .lander-hero-50-image img {
   max-width: 768px;
  }
}