.landing-page-section-outer {
  width: 100%;
  background: #0075dd;
  padding: 80px 0 0 0;
  overflow: hidden;
}
.landing-page-section-left {
  width: 45%;
  padding-right: 30px;
  float: left;
  padding-bottom: 50px;
}
.landing-page-section-left p span {
  font-weight: 300;
}
.landing-page-section-right {
  width: 55%;
  padding-left: 30px;
  float: left;
  position: relative;
}
.landing-page-section-right-img {

}
 hr {
   border-bottom-color: #ffffff1f;
}

/* ---------- IMAGE FADER -------- */
.image-fader {
  /*width: 601px;
  height: 791px;*/
  width: 100%;
  height: auto;
}

.image-fader img {
  position: absolute;
  top: 0px;
  right: 0px;
  animation-name: imagefade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  width: 100%;
}

@keyframes imagefade {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.image-fader img:nth-of-type(1) {
  animation-delay: 6s;
}
.image-fader img:nth-of-type(2) {
  animation-delay: 4s;
}
.image-fader img:nth-of-type(3) {
  animation-delay: 2s;
}
.image-fader img:nth-of-type(4) {
  animation-delay: 0;
}



/* ---------------------------------------------------------- 850px-------------------- */
@media screen and (max-width:850px) and (min-width:0) {
  
  .landing-page-section-left {
      float: left;
      padding-bottom: 50px;
      padding-right: 0;
      width: 100%;
  }
  .landing-page-section-right {
    float: left;
    padding-left: 30px;
    position: relative;
    width: 100%;
    min-height: 600px;
  }
  
  
  
 .landing-page-section-left h4 span {
   line-height: 1;
  }
  .landing-page-section-left h3 span {
        font-size: 55px;
  }
  .landing-page-section-left p span {
  }
  
  
  
  
}
/* ---------------------------------------------------------- 850px-------------------- */



  /* ---------------------------------------------------------- 650px-------------------- */
@media screen and (max-width:650px) and (min-width:0) {
  
  .landing-page-section-right {

    min-height: 500px;
 
}

/* ---------------------------------------------------------- 650px-------------------- */
