.section-1 h3{
  font-size: 2vw;
}

@media screen and (max-width: 991px){
  .section-1 h3{
    font-size: 26px;
  }
}