.section-benefit .info {
    position: relative;
}

.section-benefit .info .label {
    color: #39b44a;
    font-size: 30px;
}

.section-benefit .info .text {
    color: #4a4b4a;
    font-size: 24px;
}

.section-form {
    background: #e1e1e1;
}

.section-form .left {
    font-size: 36px;
    color: #606160;
}

.register-form {
    background: #39b44a;
}

.register-form label {
    color: #fff;
    font-size: 24px;
}

.register-form button {
    color: #39b44a;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}