.paszowo-benefits {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.paszowo-benefits__swiper {
    overflow: hidden;
}

.paszowo-benefits__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    white-space: nowrap;
}

.paszowo-benefits__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.paszowo-benefits__text {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #333;
    white-space: normal;
}

@media (min-width: 992px) {
    .paszowo-benefits .swiper-slide {
        border-right: 1px solid #e5e5e5;
    }

    .paszowo-benefits .swiper-slide:last-child {
        border-right: none;
    }

    .paszowo-benefits__item {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .paszowo-benefits {
        padding: 12px 0;
    }

    .paszowo-benefits__icon {
        width: 32px;
        height: 32px;
    }

    .paszowo-benefits__text {
        font-size: 12px;
    }
}
