/**
* Block Name: text
*/



section.text .links_wrapper {
    gap: 15px;
}

section.text .col-lg-8 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.text .col-lg-8 > * {
    margin-bottom: 0;
}

section.text .col-lg-8 p.lead {
font-size: 25px;
word-break: auto-phrase;
}


section.text.bg_gradient .col-lg-8 p.lead {
    color: var(--grun-3);
    }