h1 {
  color:#007DC5;
}
h4 {
  font-size: 18px;
  color:#4D4D4D;
  font-weight:400;
}

h4 strong {
  font-weight:700;
}

@media only screen and (max-width:600px){
  h1{
    font-size:28px;
  }
}