div.Normal{
    font:inherit;
    line-height:inherit;
}


.events-list .events-item a.events-link .btn-event-info {
    background-color: #5FBEC2;
}
.events-img-container{
    background-size:contain!important;
}

.event-img {
    max-width: 95%;
}
@media (min-width: 576px){
    .event-img{
        max-width:50%
    }
}

