.lukko-new-text h4 {
    margin: 0 0 20px;
    font-size: var(--font-large);
}

.lukko-new-text {
    align-items: center;
}

.lukko-new-link a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color1);
    color: #fff;
    font-weight: 600;
    padding: var(--small) var(--large);
    border-radius: 10px;
    text-align: center;
}

.lukko-new-links {
    gap: 10px;
    max-width: 470px;
}

.lukko-new-link-wrap {
    gap: 20px;
    justify-content: center;
}

.lukko-link-small {
    width: 100%;
    max-width: 224px;
}

.login.lukko-new-link a {
    background: var(--color2);
}

.lukko-new-content {
    align-items: center;
}

.lukko-new-text svg {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}