/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

@media(max-width: 575px) {
    .h1, h1, .h2, h2 {
        font-size: 2rem;
    }
}

@media(max-width: 300px) {
    .h1, h1, .h2, h2 {
        font-size: 1.5rem;
    }
}

