.estate-main{

}

.estate-main-info{
    height: 200px;
}

.square{
    background: #de0f21;
}
.square-img{
    display: flex;
    justify-content: center;
}
.square-img img{
    width: 150px;
    max-width: 100%;
}
.square-text h3{
    text-align: center;
    color: #fff;
}
.square-text p{
    padding: 20px;
    text-align: center;
    color: #fff;
}

.property-details-cst .col-md-6:first-child .detail-item-cst{
    padding-left: 10px;
}
.property-details-cst .col-md-6:last-child .detail-item-cst{

    padding-right: 10px;
}
