.swiper-wrapper .swiper-slide{
    width: calc((100% / 3) - 5px);
    margin-right: 5px;
}
.events-grid .elementor-post__card{
    box-shadow: none!important;
    background: none!important;
}
.events-grid .elementor-post__thumbnail__link{
    margin-bottom: 0!important;
}
.events-grid .elementor-post__thumbnail__link img{
    position: static!important;
    transform: none!important;
}
.events-grid .elementor-post__text{
    padding: 0!important;
    width: calc(100% - 60px)!important;
}
@media screen and (max-width: 1024px){
    .swiper-wrapper .swiper-slide{
        width: calc((100% / 2) - 5px);
        margin-right: 5px;
    }   
}

@media screen and (max-width: 480px){
    .swiper-wrapper .swiper-slide{
        width: 100%;
        margin-right: 0px;
    }   
}