.posts {
    background: #6E162F;
    padding: 50px 0;
}
.posts .post img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    margin-bottom: 15px;
}
.posts .post a {
    text-decoration: none;
}
.posts .post h3 {
    font-family: 'Roboto';
    color: #fff;
    font-size: 19px;
}
.posts .post .btn-black {
    color: #fff;
}
