.banner-infos{width: 100%;margin:0 auto;position: relative;display: block;}
/* .banner-props{position: relative;background:url('https://cdn.jashnrealty.com/assets/v2/images/about/management.png') center center no-repeat;background-size:cover;height:556px;} */
.banner-content{position: absolute;height:100%;background:rgba(46,44,117,0.4);z-index: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-left:15px;padding-right:15px;position: absolute;padding-top: 0;left: 50%;top: 50%;transform: translate(-50%, -51%);width: 100%;}

.title-captions{font-size:70px;}
.social-handles-container .icon-linkedin{font-size: 30px; color:#fff;}
.social-handles-wrapper{display: flex;}
.social-handles-wrapper a{margin-right: 15px;border-radius: 100%;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
.social-handles-container{display: flex;align-items: center;gap:20px;margin-top:20px;}
.social-handles-wrapper .linkedin-handle{background: #0076b2;}
.social-handles-wrapper .x-handle{background: #333;}
.social-handles-container .social-handle-title{font-size: 24px;}
.management-team .academic{margin-top: 20px;color: var(--title-color);font-weight: 500;font-size: 18px;}
@media screen and (min-width:768px){
    .banner-props img{height:440px;}
}
@media screen and (min-width:1200px){
    .banner-props img{height:556px;}
}

@media screen and (max-width:1199px){
    .banner-content{padding-top:60px;}
    .title-captions{font-size:50px;}
}
@media screen and (max-width:767px){
    .title-captions{font-size:40px;}
}
/* Team Member css */
.mt-30{margin-top:30px;display: inline-flex;}
.pd-t-b-100{padding-top:100px;padding-bottom:100px;}
.management-team .team-captions:nth-child(2n+1){background:#E6E6E6;}
.management-team .team-captions:nth-child(2n+2){background:#fff;}
.about-caption{padding-top: 68.43%;display: block;}
.abs-img-props {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.bd-left-design.b-l-shift,
.bd-left-design.b-r-shift{padding-bottom: 50px;}
.bd-left-design.b-l-shift:before{top:auto;left:-50px;bottom:0px;}
.bd-left-design.b-r-shift:before{top:auto;right:-50px;bottom:0px;left:auto;}
.mt-16{margin-top:16px;}
strong{font-weight:500;}
@media screen and (max-width:1199px){
    .pd-t-b-100{padding-top:60px;padding-bottom:90px;}

}
@media screen and (max-width:991px){
    .grid-2-info.gap-150{gap:100px;}
}
@media screen and (max-width:767px){
    .grid-2-info.gap-150{gap: 30px;}
    .pd-t-b-100{padding-bottom: 60px;}
    .bd-left-design.b-l-shift,
    .bd-left-design.b-r-shift{padding-bottom: 0px;}
    .bd-left-design::before,
    .bd-left-design.b-l-shift:before{left:0;bottom:0;width:0;height: 0;border:none;}
    .order-1{order:1;}
    .order-2{order:2;}
    .blog-links.mt-30{margin-top:16px;}
    /* .banner-content{background: transparent;} */
}
@media screen and (max-width:480px){
    /* .banner-content{top:20%;} */
    .social-handles-wrapper a{width:40px;height:40px;}
    .social-handles-container .icon-linkedin{font-size: 24px;}
    
}