.topic-title-text--text h4 {
    font-family: var(--font-family);
    font-size: var(--p-m-size);
    font-weight: var(--h4-weight);
    line-height: var(--p-l-line-height);
    color: var(--blueGalbani);
    text-transform: uppercase;

    margin-block-start: 3.125rem;
    margin-block-end: 1rem;
}

.topic-title-text--text p {
    font-family: var(--font-family);
    font-size: var(--p-m-size);
    font-weight: var(--p-m-weight);
    line-height: var(--p-l-line-height);
    color: var(--blueGalbani);
}