﻿

/* BEGIN  PORTLET NAGLOWKOWY Z OBJASNIENIAMI KOLUMN*/
/*.list li:first-child {
    height: unset;
    min-height: unset;
    margin-bottom: 0;
}*/

/*.m-content .m-portlet .m-portlet__body.offers-list-header {
    padding: 1rem 2.2rem;
    text-align: center;
}

.offers-list-header .item-img-wrapper {
    display: block;
}*/
/* END PORTLET NAGLOWKOWY Z OBJASNIENIAMI KOLUMN*/

.list li {
    height: 35em;
    min-height: 35em;
}

@media (min-width: 370px) {
    .list li {
        height: 37em;
    }
}

@media (min-width: 400px) {
    .list li {
        height: 39em;
    }
}