.career_head_p{
    font-weight: 600;
    font-size: 64px;
    color:#000000;
}
.career_head_p_one{
    font-weight: 900;
    font-size: 70px;
    color: #8054E7;
}
.career_head_p_two{
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-top: 50px;
}
.career_head_img{
    margin-top: -83px !important;
    position: relative !important;
    height: unset !important;
    z-index: -1 !important;
}
.career_head_img_one{
    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: 228px !important;
}
.heddddd_img{
    margin-top: -446px;
}
.home_banner_box{
    width: 100%;
    height: 84px; 
    background: #8054E7;
    border-radius: 10px;
    cursor: pointer;
}
.home_banner_p_four{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 23px;
}
@keyframes example {
    0%   {top:0px;}
    50%  {top:200px;}
    100% {top:0px;}
}
@media (min-width: 1200px) and (max-width: 1460px) {
    .career_head_p{
        font-size: 45px;
    }
    .career_head_p_one{
        font-size: 45px;
    }
    .career_head_p_two{
        font-size: 17px;
    }
    .heddddd_img{
        margin-top: -396px;
    }
    .career_head_container_img_swipe{
        margin-left: 103px !important;
        margin-top: -50px !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .career_head_p{
        font-size: 35px;
    }
    .career_head_p_one{
        font-size: 35px;
    }
    .career_head_p_two{
        font-size: 15px;
        margin-top: 25px;
    }
    .heddddd_img{
        margin-top: -312px;
    }
    .career_head_container_img_swipe{
        margin-left: 103px !important;
        margin-top: -50px !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;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .career_head_p{
        font-size: 25px;
    }
    .career_head_p_one{
        font-size: 25px;
    }
    .career_head_p_two{
        font-size: 13px;
        margin-top: 25px;
    }
    .heddddd_img{
        margin-top: -228px;
    }
    .career_head_container_img_swipe{
        margin-left: 12px !important;
        margin-top: -138px !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;
    }
}