@media only screen and (max-width: 600px) {
  
    header nav ul li .text{
        display: none;
    }

    .hero-section{
        height: 326px;
        background: url("../img/imgi_18_hero-banner-support-home.image.small_2x.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .support-section{
        flex-direction: column;
        padding-top: 0;
    }

    .support-section  h2{
        font-size: 28px;
    }

    .get-support{
        width: 100%;
    }

    .get-support .get-div1{
        padding: 40px 32px;
    }

    .get-support .info{
        text-align: center;
    }

    .apple-support{
        width: 100%;
    }

    .apple-support div:first-child{
        padding: 40px 32px;
    }

    .apple-support p{
        margin: 0 0px 30px;
    }

    .beware-section{
        padding: 24px;
        text-align: center;
    }

    .beware-container{
        width: 100%;
        padding: 0;
    }

    .beware-container div{
        padding: 40px 28px;
    }

    .beware-container h3{
        font-size: 21px;
    }

    .top-footer{
        margin-bottom: 30px;
    }

    .middle-footer{
        flex-wrap: wrap;
    }

    .middle-footer div{
        width: 45%;
    }

    .bottom-footer{
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom-footer .policy{
        margin: 10px 0 20px;
    }

    .hero1-container h1{
        font-size: 40px;
        margin-bottom: 20px;
    }

    .other-repair-container p{
        padding: 0;
    }


    .scan-section{
        padding-bottom: 50px;
    }

    .scan-div{
        padding: 40px 20px;
    }
}