.home_about_p{
    margin-left: 10px;
    font-size: 50px;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:rgba(0, 0, 0, 0.2);;
}
.home_about_p_one{
    width: 0px;
    height: 30px;
    border: 3px solid #3D3D3D;
    border-radius: 5px;
}
.home_about_p_two{
    color: #8054e799;
    font-weight: 600;
    font-size: 14px;
    margin-left: 7px;
    margin-top: 5px;
}
.home_about_p_four{
    margin-top: -20px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.Carrer_offer_cont{
    padding: 20px 20px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 2px solid #F3F3F3;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.Career_offer_p_five{
    font-weight: 600;
    font-size: 16px;
    color: #8054E7;
}
.Career_offer_p_six{
    margin-left: 10px;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin-top: 14px;
}
.Career_offer_img_two{
    width: unset !important;
    height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
}
.Carrer_offer_cont_two{
    margin-top: 5px;
    text-align: center;
    padding: 5px 10px;
    width: fit-content;
    height: 31px;
    background: #F3F3F3;
    border-radius: 3px;
}
.Career_offer_p_seven{
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.Career_offer_p_eight{
    font-weight: 500;
    font-size: 14px;
    color: #777777;
    margin-top: 20px;
}
.Carrer_offer_cont_three{
    cursor: pointer;
    margin-top: 30px;
    padding: 5px 5px;
    width: 34%;
    height: 32px;
    border: 2px solid #8054E7;
    border-radius: 5px;
    margin-left: auto;
}
.Career_offer_p_nine{
    font-weight: 500;
    font-size: 12px;
    color: #8054E7;
    text-align: center;
}
.Carrer_offer_cont_three:hover{
    background-color: #8054E7;
}
.Carrer_offer_cont_three:hover > .Career_offer_p_nine{
    color: white !important;
}
@media (min-width: 576px) and (max-width: 768px) {
    .Career_offer_p_six{
        font-size: 10px;
    }
    .Career_offer_p_seven{
        margin-top: 6px;
        font-size: 9px;
    }
    .Career_offer_p_five{
        font-size: 13px;
    }
    .Carrer_offer_cont{
        padding: 10px 20px;
    }
}
@media (min-width: 450px) and (max-width: 500px) {
    .Career_offer_p_seven{
        font-size: 12px;
    }
}
@media (min-width: 350px) and (max-width: 450px) {
    .Career_offer_p_seven{
        margin-top: 4px;
        font-size: 10px;
    }
    .Career_offer_p_eight{
        font-size: 12px;
    }
    .Career_offer_p_six{
        font-size: 10px;
    }
}