.text-only {
    padding: 0 20px;
}
.text-only .co-text .co-text--content {
    display: flex;
    flex-direction: column;
}

.text-only .co-text .co-text--content p{
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.text-only .co-text .co-text--content ul {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.text-only .co-text .co-text--content ul li{
    font-family: var(--roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.text-only .co-text .co-text--content ul + h2 {
    margin-top: 32px;
}

.text-only .co-text .co-text--content ul + p,
.text-only .co-text .co-text--content p + ul {
    margin-top: 32px;
}

.text-only .co-text .co-text--content .uptitle,
.text-only .co-text .co-text--content h2
{
    align-self: center;
}

.text-only .co-text .co-text--content-btn .btn 
{
    margin: auto;
}

.text-only .text-only--container .co-text a{
    color: var(--ocre-100);
    text-decoration: underline;
    transition: color 0.3s ease;
}

@media (hover: hover) {
    .text-only .text-only--container .co-text a:hover{
        color: var(--black);
    }
}