@media (max-width: 991px) {

    /* Adjusts for tablets and smaller devices */
    .header-title {
        display: none;
    }

    .logo {
        text-align: left;
    }
}