.products-top .product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24%;
    margin-bottom: 30px;
    margin-right: 1%;
    background-color: var(--color-light);
    color: var(--text-color);
    padding-left: 15px !important;
    padding-right: 15px !important;
}