.banner-infos{width: 100%;max-width:1920px;margin:0 auto;position: relative;display: block;}
.banner-props-career{position: relative;background:url('https://cdn.jashnrealty.com/assets/v2/images/pages/career.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;}
.top-10{margin-top:10px;}

/*job cards css*/
.job-cards-wrapper {max-width: 1100px;margin: 40px auto;padding: 0 20px;}
.job-cards-wrapper .title-date-wrapper{display: flex;justify-content: space-between;}
.job-card {background-color: #fff;border-radius: 8px;padding: 25px;margin-bottom: 30px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);}
.job-card h2 {margin-top: 0;color: #2c3e50;}
.job-meta {font-size: 0.95rem;color: #666;margin: 10px 0;}
.job-section {margin: 15px 0;}
.job-section h4 {margin-bottom: 8px;color: #34495e;}
.job-section ul {margin: 0;padding-left: 20px;}
.job-apply-btn {display: inline-block;margin-top: 15px;padding: 10px 20px;background-color: #d7b56d;color: white;border: none;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}
.job-apply-btn:hover {opacity:0.9;}
.job-cards-wrapper ul li{list-style:disc;}
.job-cont-title{text-align: center;}
@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;}
    .job-cards-wrapper .title-date-wrapper{flex-direction: column;}
}
/* 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%);}

