.mob-display{
    display: none;
}

.desktop-diaplay{
    display: block;
}



section#perfect-home-section {
    padding: 60px 0;
    position: relative;
    background: #FFFCF7;
}

.perfect-home-block h2 {
    color: #707070;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 32px;
}

.perfect-home-block h2 b{
    color: #000;
}

.perfect-home-img-block {
    height: 230px;
}

.perfect-home-img-block img {
    height: 100%;
    object-fit: cover;
}

.perfect-home-img-block-text {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.perfect-home-img-block-text h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 3rem;
    margin-bottom: 0px;
}
.perfect-home-img-block-text h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}

.perfect-home-img-block-inner-text h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 3rem;
    margin-bottom: 0px;
}
.perfect-home-img-block-inner-text h4 {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}



@media screen and (max-width: 991px) {
    .mob-display{
        display: block;
    }
    .desktop-diaplay{
        display: none;
    }
    .home-banner-project-name h2 {
        color: #fff !important;
        font-size: 26px;
        line-height: 30px;
        margin: 20px 0 0;
        display: none;
    }

    .amenities-list-block-item-icon img {
        width: 60px;
    }
  

}