section.new-products {
    padding-top: 40px;
    padding-left: 30px;
}

section.new-products .card {
    height: 349px;
}

.new-products .card img {
    height: auto;
    max-height: 199px;
    width: auto;
    text-align: center;
}

.new-products .card .img-wrapper {
    margin: 0 auto;
    max-width: 78%;
}

.swiper-new-products {
    margin-top: 25px;
    margin-bottom: 70px;
}

.new-products .product-information {
    max-width: 210px;
}

.novinki-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.35px;
    text-transform: uppercase;
    color: #1a1a1a;
    transition: all 0.2s linear;
}

.novinki-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .new-products {
        margin-top: 30px;
    }
    .news-block {
        padding-left: 20px;
    }
}
