.item__text-price{
white-space: nowrap;
}
.projects__no_slider{
    padding-left: 4rem;
    padding-right: 4rem;
}
.projects-item__photo {
    border-radius: 0.6rem 0.6rem 0 0;
    height: 22.5rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.projects-item__photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

    -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 100%;
}

.item__text-price, .projects-item__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.projects-item__text {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #1f2229;
    border-radius: 0 0 0.6rem 0.6rem;
    color: #fff;
    font-size: 1.8rem;
    gap: 1.6rem;
    justify-content: space-between;
    line-height: 1.2222222222;
    padding: 2.2rem 1.9rem;
}

.vantages-housekeeping.projects__block{
padding-bottom: 13.9rem;
}

a.projects-item__more{
color: #fecb0b
}