/*MAIN VISUAL*/
.value-prop{
  padding: 2rem 0;
  }
  h1{
  font-size: 2rem;
  line-height: 1.5;
}
.recent-work{
   background-color: #F8F8FF;
}
.clients-words{
  position: relative;
  background: url("../images/home/happy-clients.jpg")  no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  }
  .overlay:before{
    background-color: rgba(5,149,66,0.4);
  }
  .latest-news{
    padding-bottom: 0;
  }
@media (min-width: 550px){
	h1{
		font-size: 3rem;
	}
	.recent-work h4{
  		font-size: 2rem;
	}
}
@media (min-width: 750px){
.main-visual,
#image-slider{
  display: block;
  position: relative;
}
.banner-img img{
  max-width: 1920px;
 max-height: 635px;
 }
.slick-dots{
  bottom: .5rem;
}
.slide-caption h2,
.slide-caption h4{
  margin-bottom: 0;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slide-caption {
  top: calc(50% - 10rem);
  left: 0;
  min-height: 80px;
  }
}
.li-profile-container{
  width: 100% !important;
  border: none;
}





