﻿@media (max-width: 768px) {
    h1 {
        font-size: 1.5rem; /* Adjust the font size for smaller screens */
    }

    h3 {
        font-size: 1rem; /* Adjust the font size for smaller screens */
    }
}
