.block-event {
    text-align: left;
}
.block-event--header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.block-event--date {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.block-event--category {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;;
}
.block-event--image {
    display: inline-block;
    max-width: 100%;
    width: 160px;
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 2px solid #eee;
}
.block-event--time {
    color: #008D91;
    font-size: 14px;
    font-weight: 500;
    /* padding-left: 20px; */
    display: flex;
    align-items: center;
}
.block-event--time img {
    width: 15px;
    height: 15px;
    margin-right: 12px;
}
.block-event--host {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
}
.block-event--host img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 16px;
}