.event-title {
    font-size: 25px;
}

.event-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: 10px 0 30px;
    background-color: #b5ce00;
}

.event-thumbnail {
    min-height: 210px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event-image {
    max-width: 100%;
    max-height: 600px;
}

.events-infos {
    margin: 20px 0 20px -15px;
    font-size: 0;
}

.event-infos {
    display: inline-block;
    width: 33.33333%;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.event-infos-website {
    text-align: center;
    vertical-align: bottom;
}

.event-infos-website a {
    position: relative;
    display: inline-block;
}

.event-infos-website a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background-color: black;
}

.event-infos--title {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #757575;
}

.event-infos--desc {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.event-infos li {
    display: inline;
}

.event-infos li:after {
    content: ", ";
}

.event-infos li:last-child:after {
    content: "";
}

.event-the-content {
    margin: 2em auto;
}
