.product-img{
    height: 250px;
    background-size: cover;
    background-position: center;
}

.product-txt{
    line-height: 3em;
}

@media (max-width: 670px) {
    .product-txt{
        line-height: 1.7em;
    }
}
