.event-list-item {
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    box-shadow: #EFEFEF 0 2px 8px;
    background: #fff;
}
.event-list-item .info {
    padding: 12px 14px;
}
.event-list-item .title {
    overflow: hidden;
    /* height: 52px; */
    margin-bottom: 0;
    padding: 0;
}
.event-list-item h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0E2B33;
    text-transform: uppercase;
    line-height: 18px;
}
.event-list-item .date-location {
    color: #747474;
    font-size: 1.1rem;
    font-family: 'acumin-pro', sans-serif;
    line-height: 17px;
    height: 32px;
    overflow: hidden;
}
.event-list-item .date-location,
.event-list-item .read-more {
    margin-top: 7px;
}
.event-list-item .read-more {
    font-size: 1.2rem;
    color: #009CDC;
    text-transform: uppercase;
    font-weight: 500;
}