.paszowo-brands {
    padding: 30px 0;
}

.paszowo-brands__heading {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #333;
}

.paszowo-brands__swiper {
    overflow: hidden;
}

.paszowo-brands__card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 10px;
    text-decoration: none;
    transition: box-shadow .2s, background .2s;
}

a.paszowo-brands__card:hover {
    background: #f0f0f0;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    text-decoration: none;
}

.paszowo-brands__logo {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.paszowo-brands__name {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-align: center;
}

.paszowo-brands__cta {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.paszowo-brands__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    background: #4a6e1e;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background .2s;
}

.paszowo-brands__btn:hover {
    background: #3c5b17;
    color: #fff;
    text-decoration: none;
}

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

    .paszowo-brands__heading {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .paszowo-brands__card {
        height: 70px;
        padding: 10px 12px;
    }

    .paszowo-brands__logo {
        max-height: 45px;
    }
}
