h1{ 
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold;
    text-transform: capitalize;
}
h2{
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #7E7E7E;
}
h3{
  font-size: 3.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
  }
  h2{
    font-size: 1rem; 
    line-height: inherit ;     
  }
  h3{
    font-size: 1rem;
  }

}