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

.paszowo-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.paszowo-about__heading {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.2;
}

.paszowo-about__text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 24px;
}

.paszowo-about__bullet {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    border-left: 3px solid #4a6e1e;
    padding-left: 16px;
    margin-bottom: 28px;
}

.paszowo-about__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    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-about__btn:hover {
    background: #3c5b17;
    color: #fff;
    text-decoration: none;
}

.paszowo-about__visual {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.paszowo-about__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.paszowo-about__quote {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 60%;
    padding: 20px 24px;
    background: rgba(0, 0, 0, .55);
    border-radius: 8px 0 8px 0;
}

.paszowo-about__quote p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-style: italic;
}

@media (max-width: 767px) {
    .paszowo-about {
        padding: 30px 0;
    }

    .paszowo-about__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

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

    .paszowo-about__quote {
        max-width: 80%;
    }
}
