@media screen and (max-width: 720px){


    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .hero-content h1{
        font-size: 30px;
    }
    .hero-img img {
        width: 100%;
        margin-top: 50px;
    }
    #hero{
        height: auto;
        padding: 50px 0;
    }
    
    .note-content h1{
        font-size: 30px;
    }
    .footer-link {
        width: 100%;
        flex-direction: column;
    }
    .footer-link p{
        background: transparent;
       margin-bottom: 10px;
    }
    #footer-download p{
        margin-bottom: 10px;
    }

}

