.cypress-rera {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 20%;
    top: 40%;
}

.property-info{
    position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
    .text-primary {
        padding: 0px !important;

    }

    .banner-title span {
        font-size: 20px !important;
    }

    .banner-info-container {
        width: auto !important;
    }

    .cypress-rera {
        position: absolute;
        width: 190px;
        height: 190px;
        right: 0%;
        top: 30%;
    }

    .flats-cypress {
        width: 350px !important;
        text-align: center !important;
    }

    .projects-container1 {
        width: auto !important;
    }

    .unique-quote-container {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}

.flats-cypress {
    text-align: center;
    ;
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.flats-cypress h3 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
}

