body {
    font-family: 'Inter', sans-serif;
}

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