.new-builds__title,
.new-projects__title,
.developers__title,
.realtors__title,
.district-prices__title {
    font-family: Geologica, var(--font-family-base);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.25px;
}

.home-section-title__short {
    display: none;
}

.home-show-all__short {
    display: none;
}

@media (max-width: 640px) {
    .new-builds__title,
    .new-projects__title,
    .developers__title,
    .realtors__title,
    .district-prices__title {
        font-size: 20px;
    }

    .home-section-title__full {
        display: none;
    }

    .home-section-title__short {
        display: inline;
    }

    .home-show-all__full {
        display: none;
    }

    .home-show-all__short {
        display: inline;
    }
}
