.home_about_p{
    margin-left: 5px;
    font-size: 100px;
    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: 26px;
    margin-left: 10px;
    margin-top: -7px;
}
.home_about_p_four{
    margin-top: -30px;
    font-weight: 600;
    font-size: 44px;
    color: #000000;
}
.Carrer_offer_cont{
    padding: 20px 40px;
    width: 100%;
    height: 344px;
    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: 1px;   /* -39px  was the prev on */
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin-top: 14px;
    color: #8054E7;
}
.Career_offer_img_two{
    margin: unset !important;
    width: unset !important;
    height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
    margin-top: 10px !important;
}
.Carrer_offer_cont_two{
    margin-top: 5px;
    text-align: left;
    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{
    height: 65px;
    font-weight: 500;
    font-size: 14px;
    color: #777777;
    margin-top: 20px;
}
.Carrer_offer_cont_three{
    cursor: pointer;
    margin-top: 30px;
    padding: 12px 28px;
    width: 100%;
    height: 55px;
    border: 2px solid #8054E7;
    border-radius: 5px;
}
.Career_offer_p_nine{
    font-weight: 500;
    font-size: 18px;
    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: 1400px) and (max-width: 1600px) {
    .Career_offer_p_six{
        font-size: 13px;
    }
    .Career_offer_p_seven{
        font-size: 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .Career_offer_p_six{
        font-size: 13px;
    }
    .Career_offer_p_seven{
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .Career_offer_p_six{
        font-size: 11px;
    }
    .Career_offer_p_seven{
        margin-top: 3px;
        font-size: 10px;
    }
    .Career_offer_p_eight{
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .Career_offer_p_six{
        font-size: 11px;
    }
    .Career_offer_p_seven{
        margin-top: 3px;
        font-size: 10px;
    }
    .Career_offer_p_eight{
        font-size: 12px;
    }
}