.featured-properties {
    padding: 100px 0;
}
.featured-properties .content-box {
    max-width: 573px;
    margin: auto;
    text-align: center;
}
.featured-properties .content-box .h6 {
    margin-bottom: 21px;
}
.featured-properties .content-box a.btn {
    margin-top: 40px;
}
@media only screen and (max-width:1199px){
      .featured-properties {
        padding: 60px 0;
    }
}
@media only screen and (max-width:991px){
   
    .featured-properties .content-box a.btn {
        margin-top: 0;
    }
}
@media only screen and (max-width:767px){
 .featured-properties {
        padding: 40px 0;
    }
}