.links__container.projects-single__container.container {
    display: block;
}

.projects-single__city {
    margin-bottom: 0.9rem;
    color: #A4A4A4;
    font-family: Circe;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

h1.projects-single__title {
    margin-bottom: 2.15rem;
}

.projects-single__swiper {
    margin-bottom: 2.15rem;
}

.swiper-slide.projects-single__swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.projects-single__swiper-pagination {
    bottom: 0.715rem !important;
}

.projects-single__swiper-pagination .swiper-pagination-bullet {
    width: 3.5575rem;
    height: 5px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.48);
    opacity: 1;
}

.projects-single__swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255);
}

.projects-single__text {
    color: #000000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 160%;
}

.projects-single__text p {
    margin-bottom: 2.15rem
}

.projects-single__text ul {
    list-style-type: disc;
    margin-bottom: 2.15rem
}

.projects-single__text ol {
    list-style-type: decimal;
    margin-bottom: 2.15rem
}

.projects-single__text ul li,
.projects-single__text ol li {
    margin-left: 2rem;
}

.projects-single__text p:last-child {
    margin: 0;
}

@media screen and (max-width: 480px) {
    .projects-single__text {
        font-size: 1rem;
    }
}