h2{
  font-size: 6em;
  font-weight: 700;
}
h3.title{
  font-size: 4rem;
  font-weight: 600;
}
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){
  h2, h3, p{    
    font-size: 0.8rem;
  }
}