.beyond-real-estate-box .column-row > div {
    width: 50%;
}
.beyond-real-estate-box .column-row  .content-block {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    max-width: 320px;
    margin: auto;
    padding: 40px 15px;
    text-align: center;
}
.beyond-real-estate-box .image-wraper {

    height: 100%;
}
.beyond-real-estate-box .image-wraper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.beyond-real-estate >div:nth-child(even) .column-row {
    flex-direction: row-reverse;
}
.beyond-real-estate .column-row {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
.beyond-real-estate-box:not(:last-child) {
    border-bottom: 1px solid #000000;
}
@media only screen and (max-width:767px){
    .beyond-real-estate-box .column-row  .content-block {
        max-width: 280px;
    }
    .beyond-real-estate-box .column-row > div {
        width: 100%;
    }
}