h1,h2{
  font-size: 6em;
  font-weight: 700;
}
h3{
  font-weight: 700;
}
h4{
  font-size: 6rem;
}
p{
  font-size: 1.3em;
}    
.fs-2{
  font-weight:400;
  font-size: 2.3em!important;
}
@media screen and (max-width: 767px){
  h1, h2{
    font-size: 2rem;
  }
  h3{
    font-size: 1rem;
  }
  p{
    font-size: 0.8rem;
  }
}