﻿.may-like-product {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

    .may-like-product a {
        width: 220px;
    }

    .may-like-product img {
        width: 100%;
        height: 160px;
    }

    .may-like-product a:hover{
        opacity: 0.7;
        transition: 0.4s;
    }

    .may-like-product a p:nth-child(2) {
        letter-spacing: 0.8px;
    }

    .may-like-product a p:last-child {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.7px;
    }

.card{
    min-height:300px;
}
