.upcoming-posts__posts {
    overflow: hidden;
    white-space:normal;
    max-height: 835px;
}
.upcoming-posts__title {
    border-bottom: 2px solid #3d454d;
    border-top: 2px solid #3d454d;
    margin-bottom: 20px;
    padding: 16px 0 12px;
}
.upcoming-posts__title span {
    margin-right: 8px;
    position: relative;
    top: -4px;
}
.upcoming-posts__title h3 {
    margin: 0;
    padding: 0;
}
.upcoming-posts__post {
    border-bottom: 1px solid #eeeded;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.upcoming-posts__post--date {
    color: #8b97a2;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}
.upcoming-posts__post--date span {
    color: #ea3a3a;
    font-weight: 900;
}
.upcoming-posts__post--title {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}
.upcoming-posts__post--title a {
    color: #4f4f4f;
}

#btnExpand {
    margin-top: 20px;
}
