.main_banner{
    width:100%;
    height:245px;
}
.main_banner img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.career_contect_details{
    background:#fff;
    border-radius: 8px;
    padding:15px;
    text-align: center;
    width: 800px;
    margin:50px auto 0 auto;
}
.career_contect_heading{
    font-size: 50px;
    font-weight: 600;
    margin-bottom:10px;
}
.career_contect_para{
    font-size: 14px;
    font-weight: 500;
    margin-bottom:25px;
}
.career_contect_subheading{
    font-size: 22px;
    margin-bottom: 10px;
}
.career_heading{
    margin-top:40px;
}
.career_heading h1{
    background: linear-gradient(82.48deg, #b7cea6 -12.93%, #fcfef5 92.19%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.career_heading p {
    color: #e4e4e4;
    padding: 15px 0 0;
}
.career_contect_link a{
    color:#543271;
}
@media(max-width:992px){
    .career_contect_details{
        width:100%;
    }
 
    .main_banner{
        height: 184px;
    }
    .career_contect_heading{
        font-size: 25px;
    }
}
@media(max-width:500px){
    .main_banner{
        height: 75px;
    }
}