
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px !important;
  }
  p {
    font-size: 16px !important;
  }
}
