/* Responsive styles
================================================== */



/* Small Devices Potrait */

@media (max-width: 767px) {
  .hero-title h1{
      font-size: 40px;
      line-height: 60px;
  }

  .hero-title p{
      font-size: 36px;
  }
}