@media screen and (max-width: 640px) {
    .about_sec {
        padding: 30px 0;
    }
    .sec2_construct {
    position: relative;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 100%), url(./images/chandralavista_banner.png) !important;
    background-size: 100%;
    /* height: 600px; */
    color: white;
    display: flex;
    align-items: center;
    /* padding: 40px; */
    overflow: hidden;
}
.location_sec h5 {
    margin-bottom: 0%;
    margin-left: 10px;
    font-size: 13px;
}
.connected_sec p {
    margin-bottom: 0%;
    margin-left: 8px;
    font-size: 17px;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 500;
}
    .group_sec h2 {
        margin-bottom: 20px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
    }
    .group_sec p {
        text-align: center;
        font-size: 14px;
    }
    .enquire {
        text-align: center;
        margin-bottom: 20px;
    }
    .project_sepec {
        text-align: center;
        padding: 33px 0;
    }
    .amenities_sec h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 45px;
    }
    .amenities_content h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .col-md-4.budget_details {
        margin-bottom: 20px;
    }
    .imag_sec img {
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .col-md-6.highlights_sec {
        margin-bottom: 25px;
    }
    .send_btn.mt-3 {
        text-align: center;
    }
    .form_sec {
        padding: 26px 0;
        display: block;
        margin: auto;
    }
    .col-md-6.loc_sec {
        margin-bottom: 25px;
    }
}