.event {
    color: #2b2b29;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
}

.eventDate {
    text-align: center;
    border-radius: 4px;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    float: left;
    overflow: hidden;
    font-weight: 100;
    width: 40px;
}

.eventDateString {
    float: right;
    margin: 5px;
    border-radius: 13px;
    background-color: rgba(43, 43, 41, 0.9);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 3px 6px;
}

.eventDate .date,
.eventDate .year,
.eventDate .month {
    float: left;
    width: 100%;
    padding: 2px;
}

.eventDate .year,
.eventDate .month {
    font-size: 1rem;
}

.eventDate .date {
    font-size: 2rem;
}

.eventDate .year {
    background-color: rgba(0, 0, 0, 0.7);
}

.difficulty,
.title,
.rate,
.location {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.location {
    color: #9b9797;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}
/* .rate {
    margin-bottom: 10px;
} */

.title {
    font-weight: bold;
    font-size: 1.4rem;
}