
.last-news a:hover {
    color: var(--accent) !important;
}
.last-news .gb-grid-column article {
    display: flex;
    flex-wrap: wrap;
}

.last-news .gb-grid-column{
    margin-bottom: 1em !important;
}
.last-news .gb-block-image{
    height: 100%;
}
.last-news h3 {
    text-align: left !important;
    margin-bottom: 0.5rem !important;
}
.last-news img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}



@media (max-width: 400px)  {
    .last-news .last-news-img-block {
        width: 100% !important;
        height: 10rem;
    }
    .last-news .last-news-txt-block {
        width: 100% !important;
    }
}
@media  (min-width: 400px) and (max-width: 768px) {
    .last-news .last-news-img-block {
        width: 35% !important;
        height: 9rem;
    }
    .last-news .last-news-txt-block {
        width: 60% !important;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .last-news .last-news-img-block {
        width: 100% !important;
        height: 10rem;
    }
    .last-news .last-news-txt-block {
        width: 100% !important;
    }
}

@media  (min-width: 1201px) {
    .last-news .last-news-img-block {
        width: 35% !important;
        height: 9rem;
    }
    .last-news .last-news-txt-block {
        width: 60% !important;
    }
}