.properties-list {
    display: flex;
    flex-wrap: wrap;
    border-collapse: initial;
    border-top: 1px solid #000000;
    position: relative;
    /* border-bottom: 1px solid #000000; */
    /* margin-top: 1px; */
}

.properties-iner {
    width: 33.33%;
    border-bottom: 1px solid #000000;
}

.properties-list:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 33.33%;
    background: #000000;
    top: 0;
}

.properties-list:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 33.33%;
    background: #000000;
    top: 0;
}

.properties-box {
    display: block;
    padding: 138px 0 149px;
    position: relative;
}

.properties-box .properties-items {
    position: relative;
    height: 235px;
    width: 313px;
    margin: auto;
}
.properties-box .properties-items img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.properties-box .properties-items + img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 112px;
    width: auto;
    object-fit: scale-down;
}

.mfp-auto-cursor .mfp-content {
    border-radius: 25px;
    background: #F8F7F0;
    max-width: 1213px;
    width: 100%;
    padding: 30px;
}

.white-popup-block .content-box {
    max-width: 860px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    margin-bottom: 50px;
}

.white-popup-block .content-box .h4 {
    margin-bottom: 20px;
    font-weight: 300;
    color: #000000;

}
.white-popup-block .content-box .h5 {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.02px;
    text-transform: uppercase;
    color: #939291;
    margin-bottom: 25px;
    font-family: 'FranklinGothicURWBoo';
}

.white-popup-block .content-box .h6 {
    font-size: 18.474px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.369px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 30px;
    font-family: 'Cheltenham FS';
    text-transform: capitalize;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}

.properties-img img {
    border-radius: 20px;
}
.properties-img img {
    margin: 0 8px;
}
.white-popup-block button.popup-modal-dismiss {
    background: transparent;
    outline: none;
    border: 0;
    margin-left: auto;
    display: block;
    margin-bottom: 25px;
    cursor: pointer;
}



@media only screen and (max-width:1199px){
    .properties-img img {
        height: 320px;
    }
    .mfp-auto-cursor .mfp-content {
        max-width: 920px;
    }
}
@media only screen and (max-width:991px){
    .properties-box .properties-items {
        height: 225px;
        width: 160px;
    }
    .properties-box .properties-items + img {
        height: 80px;
    }
    .properties-box {
    display: block;
        padding: 60px 0 100px;
        position: relative;
    }
     .properties-img img {
        height: 280px;
    }
    .mfp-auto-cursor .mfp-content {
        max-width: 680px;
    }
}
@media only screen and (max-width:767px){
    .properties-list:after {
       display: none;
    }
    .properties-box .properties-items {
        height: 170px;
        width: 110px;
    }
    .properties-iner {
        width: 50%;
    }
    .properties-list:before {
        left: 50%;
    }
    .mfp-auto-cursor .mfp-content {
        padding: 30px 15px;
    }
    .properties-img img {
        height: 220px;
    }
    .white-popup-block .content-box {
        margin-bottom: 30px;
    }
    .properties-list > div:nth-child(odd){
        border-right: 1px solid #000000;
    }
    .properties-list > div:last-child:nth-child(odd) {
        width: 100%;
        border-right: 0;
    }
    .properties-list:before{
        display: none;
    }
    .properties-list > div:last-child:nth-child(odd) .properties-items {
        width: 170px;
    }
}