.topic-title-text h2 {
    font-size: 1.4375rem; /* 23px */
    font-weight: 700;
    margin-bottom: 1.25rem; /* 20px */
}

.topic-title-text h3 {
    font-size: 1.125rem; /* 18px */
    font-weight: 700;
    margin-bottom: 1.25rem; /* 20px */
}

.topic-title-text--text p {
    font-size: 0.875rem; /* 14px */
    font-weight: 300;
}

/* Design - Border */

.topic-title-text__border {
    border: 1px solid var(--primary);
    border-radius: 0.75rem;
    padding: 1.25rem;
}

.topic-title-text--title__border {
    font-size: 0.875rem; /* 14px */
    font-weight: 700;

    margin-bottom: 0.625rem; /* 10px */
}