.post-preview > a {
    color: #414141;
}

.post-preview > a:hover,
.post-preview > a:focus {
    text-decoration: none;
    color: #0085a1;
}

.post-preview .post-title {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin-top: 20px !important;
    margin-bottom: 8px !important;
    font-weight: 700;
}

.post-preview > a > .post-subtitle {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-content-preview {
    font-size: 14px;
    font-style: normal;
    color: #a3a3a3;
    margin-bottom: 10px;
}

.post-preview > .post-meta {
    text-align: right;
    font-size: 14px;
    color: #b0b0b0;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
    .post-preview .post-title {
        font-size: 18px !important;
    }
}
