.paszowo-cats {
    padding: 40px 0;
    background: #f5f5f3;
}

.paszowo-cats__heading {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
}

.paszowo-cats__underline {
    display: block;
    width: 60px;
    height: 3px;
    background: #4a6e1e;
    margin-top: 10px;
    border-radius: 2px;
}

.paszowo-cats__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 20px 10px;
    transition: transform .2s;
}

.paszowo-cats__card:hover {
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}

.paszowo-cats__name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}

.paszowo-cats__icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 16px;
}

.paszowo-cats__desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

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

    .paszowo-cats__heading {
        font-size: 20px;
    }

    .paszowo-cats__icon {
        width: 90px;
        height: 90px;
    }
}
