
.popular.grid a img {
    width: 154px;
}

.tag {

    width: 100%;
    background-color: var(--zest-purple);
    box-sizing: border-box;
}

@media (max-width: 820px) {
    .popular.grid a {
        flex-direction: column !important;
    }
}