/*
  Theme Name:   Theme Child
  Author:       ExpertSender
  Author URI:   https://expertsender.com
  Version:      1.0
  Template:     theme
*/

@media (max-width: 550px) {
  .home #hero h1,
  .home #hero h2,
  .home #hero h3,
  .home #hero h4 {
    font-size: 3.2rem !important;
    line-height: 3.6rem !important;
  }

  #hero form input[type="submit"] {
    font-size: 1.2em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer .footer-bottom .social-url {
    margin-left: 20px;
  }
}
