@media only screen and (max-width: 767px) {
    
    .card-container{
        height: auto !important;
    }
    
    .hero-events{
        margin:2rem;
    }
 }