.kaizen-scope #enrollment-form {
    background: url(https://hbr.edu.vn/templates/kaizen/images/enrollment-form-2-steps.png) right bottom no-repeat, linear-gradient(to right, #051f38, #192b57, #1a2c58);
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    background-size: cover;
}

.kaizen-scope #enrollment-form .box-title {
    color: white;
    margin-bottom: 40px;
    font-family: UTM-Bebas;
    font-size: 40px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.kaizen-scope #enrollment-form span.button {
    background: linear-gradient(90deg, #D80000 0%, #BB0100 100%);
    color: white;
    padding: 18px 25px;
    border-radius: 8px;
    font-family: "OpenSans-Regular";
    font-size: 25px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-transform: uppercase;
    margin-top: 40px;
}

.kaizen-scope .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (max-width: 991.98px) {
    .kaizen-scope #enrollment-form {
        padding: 50px 10px;
    }

    .kaizen-scope #enrollment-form .box-title {
        font-size: 25px;
        margin-top: 20px;
    }
}
