.Careers .register-header {
    color: #01062C;
    font-size: 2.813rem;
    font-style: normal;
    font-weight: 700;
    line-height: 54.59px;
    letter-spacing: -0.24px;
    text-align: center;
}
.Careers .register-sub-header {
    color: #8A8DA6;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 28.7px;
    letter-spacing: -0.24px;
    text-align: center;
    margin: 1rem 0 3rem 0;
}

.about-content2 .about-header-content2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: #00135B
}

.about-content2 .about-body-content2 {
    width: 60%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #8A8DA6;
}

#about-second-section {
    background-color: #FFF;
}
#about-second-section .we-stand-for {
    width: 24rem; 
    padding: 2rem 2rem 2rem 2rem;
}
#about-second-section .we-stand-for circle {
    fill: #EEE6FD;
}
#about-second-section .we-stand-for:hover circle {
    fill: #FFF;
}

#about-second-section .we-stand-for:hover {
    background-color: #00DEFF;
}

/*@media (min-width:771px) {
    .Careers .register-header {
        color: #01062C;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32px;
    }
}*/

.Careers form#talent-form {
    background-color: #FFFF;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.Careers form#talent-form .floating-placeholder {
    color: #B0B2C3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.Careers form#talent-form .resume-label {
    cursor: pointer;
    border: 1px solid #B0B2C3;
    border-radius: 5px;
    padding: 15px 30px;
    background-color: white;
    color: #B0B2C3;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.Careers form#talent-form .resume-label small {
    font-weight: 600;
    font-size: 10px;
    color: #343551;
    font-style: italic;
}

@media (max-width: 576px) {
    .about-content2 .about-header-content2 {
        font-size: 2.5rem;
        line-height: 45.35px;
    }

    .about-content2 .about-body-content2 {
        width: 100%;
        font-size: 1rem;
        line-height: 23.22px;
    }

    form#talent-form button.btn-login {
        width: 90%;
    }
}