/* Large Screen */

@media (min-width: 768px) {
    .footer-buttons {
        display: none;
    }

    .auto-adjust-sticky {
        height: 50px !important;
    }
}




/* Tab Screen */
@media (max-width: 768px) {
    .logo_box img {
        object-fit: contain;
        width: 350px;
        height: 80px;
    }


    .card-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #333;
    }
}






/* Mobile Screen */
@media (max-width: 480px) {
    .logo_box img {
        /* object-fit: contain; */
        width: 300px !important;
        height: 80px !important;
    }

    .adminsn-text {
        font-size: 3rem;
        font-weight: 700;
    }

    .card-text {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #333;
    }
}