
@media screen  and  (max-width: 500px){
    .hero-content p {
        display:none;
    }
}