.last-blog-image{
    height: 25vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.last-blog-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.last-blog-item .last-blog-title .last-blog-link:hover{
    color: red !important;
}

.last-blog-title h3{
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700;
    line-height: inherit;
    font-size: 25px;
}

.last-blog-item{
    background: white;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.last-blog-btn i {
    color: #E93038;
}

@media (max-width: 576px) {

}
