.hero-section {
  padding: 60px 0 100px;
}
.hero-section h1 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 500;
  color:#161616;
}
.hero-section p {
    font-size: 19px;
  color:#161616;
  line-height:2.36842105263;
}
@media(max-width:1200px) and (min-width:768px){
  .hero-section h1 { 
    line-height: 1.2;
  }
}
@media(max-width:767px){
  .hero-section h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .hero-section {
    padding: 70px 0;
  }
  .hero-section img {
    margin-top:50px;
  }