.paszowo-about {
    padding: 40px 0 0;
}

.paszowo-about__wrapper {
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.06);
    padding: 48px 48px 60px;
    overflow: hidden;
}

.paszowo-about__columns {
    display: flex;
    gap: 48px;
}

.paszowo-about__left {
    flex: 1 1 45%;
    min-width: 0;
}

.paszowo-about__right {
    flex: 1 1 55%;
    min-width: 0;
}

.paszowo-about__heading {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px;
    line-height: 1.25;
}

.paszowo-about__subtitle {
    font-size: 15px;
    color: #5a7a2a;
    font-weight: 400;
    margin: 0 0 20px;
    font-style: italic;
}

.paszowo-about__text {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

.paszowo-about__text p {
    margin: 0 0 14px;
}

.paszowo-about__right-heading {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px;
    line-height: 1.5;
}

.paszowo-about__right-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.paszowo-about__right-text p {
    margin: 0 0 14px;
}

.paszowo-about__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paszowo-about__bullets li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
    margin-bottom: 6px;
}

.paszowo-about__bullets li::before {
    content: '›';
    position: absolute;
    left: 0;
    top: 0;
    color: #5a7a2a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.paszowo-about__btn-wrap {
    text-align: center;
    margin-top: 36px;
}

.paszowo-about__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #4a6e1e;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 14px 36px;
    border-radius: 30px;
    transition: background .2s;
}

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

.paszowo-about__corner-img {
    position: absolute;
    right: -10px;
    bottom: -10px;
    max-height: 220px;
    width: auto;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 991px) {
    .paszowo-about__wrapper {
        padding: 32px 28px 50px;
    }

    .paszowo-about__columns {
        gap: 32px;
    }

    .paszowo-about__corner-img {
        max-height: 160px;
    }
}

@media (max-width: 767px) {
    .paszowo-about__columns {
        flex-direction: column;
        gap: 24px;
    }

    .paszowo-about__wrapper {
        padding: 28px 20px 50px;
    }

    .paszowo-about__heading {
        font-size: 22px;
    }

    .paszowo-about__corner-img {
        max-height: 120px;
        right: -5px;
        bottom: -5px;
    }
}
