﻿@media (max-width: 600px) {
  h1 {
        font-size: 2rem !important;
    }
  h2 {
        font-size: 1.5rem !important;
    }
  h3 {
        font-size: 1.25rem !important;
    }
  h4 {
        font-size: 1rem !important;
    }
  h5 {
        font-size: 0.875rem !important;
    }
}
