.galerey {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.galerey .product_card {
    min-width: 50%;
}

.pormo_info {
    font-size: 24px;
    font-weight: 550;
    display: flex;
    justify-content: center;
    align-items: center;
}

