@media (max-width: 900px) {
            #contactPage .contact-page-grid {
                grid-template-columns: 1fr !important;
            }
        }

        @media (max-width: 768px) {
            #contactPage {
                padding-top: 112px !important;
            }

            #contactPage .container {
                padding: 0 14px 44px 14px !important;
            }

            #contactPage h1 {
                font-size: 28px !important;
            }

            #contactPage h2 {
                font-size: 22px !important;
            }

            #contactPage .contact-page-grid > div {
                padding: 22px 18px !important;
                border-radius: 18px !important;
            }
        }
