body {
    overflow-x: hidden;
}

/* intro heading */
.realestste-heading {
    font-size: 30px;
    text-align: center;
}

/* what we did  */
.grid-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 50px;

}

.grid-div-image {
    height: 300px;
    width: 300px;
}

.grid-div h2 {
    font-size: 20px;
    text-align: left;
    width: 300px;
}

/* result section */
.real-eatste-result-section h2 {
    font-size: 30px;
}

.real-eatste-result-section p {
    font-size: 20px;
}

.real-eatste-result-section-image {
    margin-top: 30px;
    height: 400px;
    width: 1200px;;
    object-fit: contain;
}
@media screen and (max-width: 720px) {
    .real-eatste-result-section-image{
        height: 300px;
        object-fit: contain;
    }
}

/* what-we-do-for-you-section */
.what-we-do-for-you-section {
    margin-top: 0px;

}


.real-estate-card-grid {
    margin-top: 60px;
}

.res-card {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 850px;
    margin: auto;
    flex-direction: row;
}

.res-card img {
    height: 300px;
    width: 300px;
    object-fit: cover;
}

.res-card-content {
    width: 500px;
}

.res-card h2 {
    font-size: 30px;
}

.res-card p {
    font-size: 20px;
}

@media screen and (max-width: 720px) {
    .res-card {
        margin-top: 50px;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .res-card img {
        margin-top: 20px;
    }

    .res-card-content {
        padding: 30px 30px 30px;
        width: 350px;
    }
    .what-we-do-heading{
        text-align: center;
    }
    
}

@media screen and (max-width: 720px) {
    .invert-card {
        flex-direction: column-reverse;
    }
}


/* why-important-section */
.why-important-content {
    text-align: center;
}

.why-important-content h2 {
    font-size: 30px;
}

.why-important {
    display: flex;
    gap: 20px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 720px) {
    .why-important {
        flex-wrap: wrap;
    }
    .why-important-content{
        text-align:left;
    }
}




.why-important-card img {
    height: 100px;
    width: 100px;
    margin: auto;
    border: 2px;
    border-style: solid;
    border-radius: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.why-important-card p {
    font-size: 30px;
    margin-top: 60px;
    text-align: center;
    color: white;
    line-height: 40px;
}

/* why work with us */
.why-work-with-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-list-text {
    font-size: 20px;
    color: rgb(235, 232, 232);
}

.icon-list-text li {
    list-style: none;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    align-items: center;
    margin-top: 10px;
    border-radius: 30px;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    text-align: center;
}

.icon-list-text li:hover {
    background-color: #252830;
}


.icon-list-text li img {
    height: 50px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

/* road map section */
.road-map-section-image {
 
    width: 600px;
    height: 600px;
    margin: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    object-fit: contain;
}
.road-map-content{
    margin-bottom: 20px;
}

@media screen and (max-width: 720px) {
    .road-map-section-image{
        width: 350px;
        height:400px;
        margin: auto;
        object-fit: cover;
    }
}


/* common classes */


@media screen and (max-width: 720px) {
   .sm-text-left{
    text-align: left;
}
}
