.sub {
  font-size: 26px;
  color: #003c4c;
  font-weight: 600;
}

@media screen and (max-width: 425px){
.sub{text-align: center!important;font-size: 24px;}
}