.career .cr .cw h1{
    font-size: 56px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
    color: #7E46F3;
}
.career {
    padding: 45px 0;
}

.career .cr .cw p{
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #505875;
}

.career .cr .cw button{
    padding: 16px 36px;
    color: white;
    background-color: #7E46F3;
    font-size: 24px;
    font-weight: 800;
    border: 0;
}

.career .cr .cw button:hover{
    padding: 16px 36px;
    color: #7E46F3;
    background-color: white;
    font-size: 24px;
    font-weight: 800;
    border: 3px solid #7E46F3;
    transition: 300ms ease-in-out;
}

.career2 .row .col-md-12 .card .card-title p{

    font-family: Urbanist;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #7E46F3;
}


.career2 .row .col-md-12 .card .card-body form input{
    width: 100%;
    border-bottom: 1px solid black !important;
    border: 0;
    font-family: Urbanist !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #505875;
}

.career2 .row .col-md-12 .card .card-body form input:focus-visible{
    /* outline: 0; */
    border-bottom: 1px solid black !important;
    width: 100%;
    font-family: Urbanist !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #505875;
}


.career2 .row .col-md-12 .card .card-body form input:focus{
    width: 100%;
    border-bottom: 1px solid black !important;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #505875;
    outline: none !important;
}


.career2 .row .col-md-12 .card .card-body form textarea{
    width: 100%;
    border-bottom: 1px solid black !important;
    border: 0;
    color: #505875;
    font-family: Urbanist !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


.career2 .row .col-md-12 .card .card-body form textarea:focus{
    width: 100%;
    border-bottom: 1px solid black !important;
    border: 0;
    font-family: Urbanist !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #505875;
    outline: none;
}

.career2 .row .col-md-12 .card .card-body form textarea:focus-visible{
    width: 100%;
    border-bottom: 1px solid black !important;
    border: 0;
    font-family: Urbanist !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #505875;
    outline: none !important;
}



.career2 form .bt button{
    background-color: #7E46F3;
    color: white;
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    padding: 16px 36px;
    border: 0;
}

.career2 form .bt button:hover{
    background-color: white;
    color: #7E46F3;
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    padding: 16px 36px;
    border: 3px solid #7E46F3;
    transition: 300ms ease-in-out;
}




.career2 .wrapper p{
    font-size: 0.8rem;
}
@media(max-width:768px){
    .flex-change{
        display: flex;
        flex-direction: column;
    }
}

.wrapper p{
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    /* word-spacing: 8px; */
    color: #505875;
    /* padding-left: 70px; */
    
}

.wrapper{
    border: 0 !important;
    border-bottom: 1px solid black !important;
}
