


.blog-box{ box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; border: 0 solid #69727d;
    border-radius: 4px; }

    .productBox-content{ padding: 10px 20px 20px 20px; }
    .blog-date-three{  
      border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 10px; }



  .estate-content ul{
    list-style:none;
    padding:0;
    margin:25px 0 0;
}


.estate-content li{

    position:relative;

    padding-left:30px;

    margin-bottom:14px;

    color:#eeeeee;

    font-size:14px;

    line-height:1.7;

}



.estate-content li:before{

    content:"✓";

    position:absolute;

    left:0;
    top:1px;

    width:18px;
    height:18px;

    border-radius:50%;

    background:#c69b38;

    color:#292929;

    font-size:12px;

    font-weight:bold;

    display:flex;

    align-items:center;

    justify-content:center;

}
.single-faq{ margin-bottom:70px; }

.estate-section{

width:100%;
margin:60px 0;
overflow:hidden;

}

.estate-point {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    align-items: flex-start;
}

.estate-box{

width:82%;
min-height:460px;

background:#292929;

margin-left:auto;

display:flex;
align-items:center;

padding:50px 0;

}



.estate-image{

width:50%;

margin-left:-220px;

flex-shrink:0;

}



.estate-image img{

width:100%;
height:560px;

object-fit:cover;

display:block;

}



.estate-content{

width:50%;

padding:40px 70px;

color:white;

}



.estate-point span {
    color: #d4a33d;
    font-size: 28px;
}
.estate-point p {
    margin: 5px 0 0;
}
.estate-tag {
    display: block;
    color: #c69a38;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.estate-content h2{

font-size:42px;

line-height:1.15;

font-weight:400;

margin:20px 0;
color: #fff;

}

.estate-content h5{ color:#fff; }



.estate-content p{





}



.point{

display:flex;

gap:15px;

}



.point b{

color:#d3a13a;

font-size:28px;

}


.estate-content p {
    

    color: #eee;
}



/* SECOND ROW */

.estate-section:nth-child(even) .estate-box{

margin-left:0;

margin-right:auto;

flex-direction:row-reverse;

}



.estate-section:nth-child(even) .estate-image {
    margin-right: -220px !important;
    margin-left: 0;
}






@media(max-width:768px){


.estate-box,
.estate-section:nth-child(even) .estate-box{

width:100%;

display:block;

}



.estate-image,
.estate-section:nth-child(even) .estate-image{

width:100%;

margin:0;

}



.estate-content{

width:100%;

padding:35px;

}



.estate-image img{

height:280px;

}


}



