@media (max-width: 410px) {
  h1 {
    font-size: 33px !important;
  }
}

@media (max-width: 410px) {
  .custom-fontsize {
    font-size: 25px !important;
  }
}

