.banner-infos{width: 100%;max-width:1920px;margin:0 auto;position: relative;display: block;}
.banner-props-privacy-policy{position: relative;background:url('https://cdn.jashnrealty.com/assets/v2/images/pages/privacy-policy.jpg') center center no-repeat;background-size:cover;height:556px;}
.banner-content{position: relative;height:100%;background:rgba(46,44,117,0.2);padding-top: 72px;z-index: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-left:15px;padding-right:15px;}
.title-captions{font-size:70px;}
.about-details.font-props{font-size:24px;color:#fff;}
.top-30{margin-top:30px;}
@media screen and (max-width:1199px){
    .banner-props{height: 440px;}
    .banner-content{padding-top:60px;}
    .title-captions{font-size:50px;}
}
@media screen and (max-width:767px){
    .title-captions{font-size:40px;}
}
/* Seperator css */
.seperator{border-bottom:var(--cta-color) solid 1px;}
.seperator:before{position: absolute;content: "";background: url('https://cdn.jashnrealty.com/assets/v2/images/home/j-icon-white.svg') center center no-repeat;left:50%;right:0;bottom:-40px;width:80px;height:80px;transform: translateX(-50%);}