@media (max-width: 768px) {
    .footer-right {
        margin-bottom: 30px;
    }

    .footer-menu {
        margin-bottom: 30px;
    }

    .download-app img {
        display: none;
    }

    .become-driver {
        background: transparent;
    }

    .section-gap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .device-info {
        padding: 50px 0;
    }

    .device-info h1 {
        font-size: 1.8rem;
    }

    .device-info h6 {
        font-size: 1rem;
    }

    .device-info p {
        font-size: 0.8rem;
    }
    .hero-section{
        background: url('../images/right-image.png');
        background-position: right top ;
        background-repeat: no-repeat;
        background-size:20%;
        min-height: 450px;
    }
    .hero-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .hero-info h1{
        text-align: center;
    }
    .hero-info hp{
        text-align: center;
    }
}