.posts {
    margin: 20px auto;
}
.posts .title {
    font-size: 40px;
    font-weight: 600;
    color: #1e1e1e;
    letter-spacing: 0.8px;
    text-align: center;
    margin-bottom: 40px;
}

.post-container {
    width: 100%;
    height: 300px;
    margin-bottom: 45px;
    background-color: #f5f7f7;
}
.post-container .col-md-4 {
    padding: 0px;
}
.post-container .featured-image {
    width: 100%;
    height: 300px;
    background-size: cover;
}
.post-container .meta-data {
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
}
.post-container .meta-data span,
.post-container .meta-data a {
    color: #e85f2d;
}
.post-container .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: 0.62px;
    text-align: left;
    margin-bottom: 10px;
}
.post-container .description {
    width: 100%;
    height: 120px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #1e1e1e;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-container .btn-reading {
    color: #e85f2d;
    border: 1px solid #e85f2d;
}
.post-container .btn-reading:hover {
    background: #e85f2d;
    color: #ffffff;
}
