/* MODIFICATION OF MOBILE HOME */
@media only screen and (max-width: 40em) {
    .hero .caption h1.mean_cap {
      margin-top: -100px;
      font-size: 25px;
      line-height: 30px;
      text-align: center;
    }
    .hero .caption h2.sub_cap {
      font-size: 20px;
      text-align: center;
      line-height: 25px;
    }
    .header-call-now {
        font-size: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .hero .caption h1.mean_cap {
      margin-top: -130px;
      font-size: 25px;
      line-height: 30px;
      text-align: center;
    }
    .hero .caption h2.sub_cap {
      font-size: 20px;
      text-align: center;
      line-height: 25px;
    }
    .header-call-now {
        font-size: 20px;
        margin-top: -35px;
    }
    .header-phone {
        font-size: 22px;
        line-height: 35px;
    }  
}

@media only screen and (max-width: 420px) {
    .header-whatsapp {
        display: none;
    }
}


.header-whatsapp {
    text-align: center;
    color: white;
    font-size: 45px;
}

.header-whatsapp > a {
    color: #25d366;
}

.header-whatsapp > a:hover {
    color: #128c7e;
}
