.career_head_p{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color:#000000;
}
.career_head_p_one{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #8054E7;
}
.career_head_p_two{
    text-align: center;
    font-weight: 500;
    margin-top: 25px;
    font-size: 13px;
    color: #000000;
}
.career_head_img{
    margin-top: -83px !important;
    position: relative !important;
    height: unset !important;
    z-index: -1 !important;
}
.career_head_img_one{
    width: 50% !important;
    height: auto !important;
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
    position: absolute;
    top: 30px;
    left: 30px;
    border: 1px green solid;
    animation: example 5s infinite;
}
.career_head_container{
    position: relative;
    top: 0;
    left: 0;
}
.career_head_container_img_swipe{
    margin-left: 220px !important;
    margin-top: -105px !important;
}
.heddddd_img{
    margin-top: -409px;
}
.mob_bg{
    /* background-image: url('../../public/img/mob_bg.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
    overflow: hidden; */
}
@keyframes example {
    0%   {top:0px;}
    50%  {top:100px;}
    100% {top:0px;}
}
@media (min-width: 650px) and (max-width: 768px) {
    .career_head_container_img_swipe{
        margin-left: 162px !important;
        margin-top: -119px !important;
    }
    .heddddd_img{
        margin-top: -389px;
    } 
}
@media (min-width: 550px) and (max-width: 650px) {
    .career_head_container_img_swipe{
        margin-left: 114px !important;
        margin-top: -103px !important;
    }
    .heddddd_img{
        margin-top: -332px;
    }
}
@media (min-width: 500px) and (max-width: 550px) {
    .career_head_container_img_swipe{
        margin-left: 114px !important;
        margin-top: -104px !important;
    }
    .heddddd_img{
        margin-top: -300px;
    }
}
@media (min-width: 450px) and (max-width: 500px) {
    .career_head_container_img_swipe{
        margin-left: 114px !important;
        margin-top: -85px !important;
    }
    .heddddd_img{
        margin-top: -263px;
    }
}
@media (min-width: 400px) and (max-width: 450px) {
    .career_head_container_img_swipe{
        margin-left: 83px !important;
        margin-top: -43px !important;
    }
    .heddddd_img{
        margin-top: -209px;
    }
    .career_head_img_one{
        width: 65% !important;
    }
}
@media (min-width: 350px) and (max-width: 400px) {
    .career_head_container_img_swipe{
        margin-left: 83px !important;
        margin-top: -43px !important;
    }
    .heddddd_img{
        margin-top: -184px;
    }
    .career_head_img_one{
        width: 60% !important;
    }
}
.home_banner_box{
    margin: auto;
    height: 34px; 
    background: #8054E7;
    border-radius: 10px;
    cursor: pointer;
}
.home_banner_p_four{
    font-weight: 500;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
}