@media screen and (min-width: 750px) and (max-width: 1024px) {
    .recently-view_wrapper .grid__item:nth-child(4) {
        display: none;
    }
}

.recently-view_heading {
    text-transform: uppercase;
    font-family: var(--font-unica);
    font-size: 16px;
    font-weight: 400;
}
