    a{
        text-decoration:none;
    }
    ul {
    list-style: none;
    text-align: left;
}
ul li{
   color: #000;
}
    /* Sekcja zdjęcia w tle */
.image-section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 78px);
}

.image-section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.05%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Sekcja treści */
.content-section {
    flex: 1;
    overflow-y: auto;
}

/* Sekcje treści */
.content-block {
    margin-bottom: 20px;
}

.flat-service {
    padding: 50px;
}

.content-block:nth-child(even) {
    background: #fafafa;
}

.content-block .box-benefit .img-box {
    width: 100%;
}

.content-block .box-benefit .img-box img {
    border-radius: 15px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.content-block .box-benefit .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 10px 15px;
}

.content-block h1,
.content-block h2 {
    margin-bottom: 10px;
    color: #333;
}

.content-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.box-title .desc p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    font-weight: 300;
}

.content-left.bg-towns {
    background-attachment: fixed;
    background-position: -700px 60px;
    background-size: cover;
}

.explore-box .explore {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 120px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}



.benefits-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.box-benefit .description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.box-benefit {
    display: flex;
    border-radius: 16px;
    background-color: #ffffff;
    align-items: center;
    flex-direction: column;
        background-position: center;
    background-size: cover;
}

.box-benefit .icon-box {
    flex-shrink: 0;
}

.box-benefit .icon-box .icon {
    font-size: 40px;
    transition: all 0.8s ease;
    display: inline-block;
    color: #1563df;
}

.box-benefit .content {
    text-align: center;
}

.box-benefit .content .description {
    margin: 12px 0;
    color: #5c6368;
    padding: 10px;

}

.box-benefit .content .title {
    padding: 0 10px;
        margin-top: 20px;
}
.box-benefit h3.title {
    color: #fff;
    text-align: center;
}
.box-benefit .content .btn-view {
    margin-top: 12px;
}

.box-benefit:hover {
    transform: scale(1.05);
}

.box-benefit:hover .icon-box .icon {
    transform: rotateY(360deg);
}

.flat-service .box-benefit {
    margin-bottom: 20px;
}
.column-display {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.town-box-title {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    padding: 30px 50px;
    z-index: 1;
    border-top-left-radius: 50px;
}

.town-box-title p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.box-title {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
}
.explore-box .explore {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 120px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}