.events {
    width: 100%;
    margin-top: 20px;
}
.events .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: 0.43px;
    text-align: center;
}
.events .sub-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: 0.32px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
}
.events .month-title {
    color: #e85f2d;
    text-align: center;
    margin-bottom: 25px;
}
.events hr {
    margin-top: 8px;
    margin-bottom: 30x;
}

.event .day {
    font-size: 28px;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: 0.38px;
    text-align: center;
}
.event .month {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: 0;
    text-align: center;
    line-height: 1px;
}
.event .title {
    font-size: 22px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: 0.3px;
    line-height: 15px;
    text-align: left;
}
.event .description {
    font-size: 12px;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 0px;
}
.event .time {
    font-size: 12px;
    font-weight: 400;
    color: #e85f2d;
    letter-spacing: 0.3px;
}
