.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;
}

