section.section {
    background: #fff;
    border-top: none;
    margin: 0;
    padding: 50px 0;
}
#contact {
  background: #1c2023;
}
#skills:after {
    content: '';
    display: block;
    width: 120%;
    height: 100px;
    background-color: #fff;
    position: relative;
    bottom: -80px;
    left: -5%;
    transform: rotate(2deg);
    z-index: 100;
}
#how-we-can-help {
  background: #FCD21D;
}
.overlap-img-left {
  position: absolute;
  display: block;
  left: -225px;
  width: 70%;
  top: 0;
  max-width: 1024px;
}
.owl-carousel .owl-nav {
  top: -20px;
}
@media (max-width: 1240px){
  .overlap-img-left {
    left: -300px;
    width: 74%;
  }
}
@media (max-width: 993px){
  .overlap-img-left {
    position: relative;
    display: block;
    left: auto;
    width: 100%;
  }
}
