h2{
  font-size:2rem;
}
.fs-2{
  font-weight:400;
  font-size: 2.3em!important;
}

@media screen and (max-width: 767px){
  h2 {
    font-size: 1.2rem;
  }
}