        h1 { color: #001f3f !important; }
        .home-description {
            font-size: 16px;
        }
        @media (max-width: 968px) {
            #home-title, #home-content {
                align-self: center !important;
                max-width: 80% !important
            }
            .home-description {
                font-size: 10px;
            }
            #home h1 {
                font-size: 24px;
            }
        }

        .services-desktop {
            display: block;
        }

        .services-mobile {
            display: none;
        }

        @media (max-width: 968px) {
            .services-desktop {
                display: none;
            }

            .services-mobile {
                display: block;
            }
        }