.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: 100%;
}

.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;
}