
.content-posts .thumbnail {
    max-height: 340px;
    min-height: 340px;
    background-color: #f5f9fa;
    transition: 0.3s ease;
    border: none;
    font-size: 12px;
}

.content-posts .thumbnail:hover {
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
    border: none;
    text-decoration: none;}

.content-posts .thumbnail:focus {
    border: none;
    outline: none;
    text-decoration: none;}

.content-posts .caption .posts-title {
    display: block;
    color: #1e282e;
    font-family: "FordAntenna-Medium", sans-serif;
    padding-top:12px;
    padding-bottom:12px;
}
.content-posts .thumbnail:hover .posts-title {
    color: #003399;
}
.content-posts .thumbnail img {
    max-height: 230px;
    min-height: 230px;
    margin-top: 0;
}
.content-posts .caption span {
    color: #425968;
}
