.title {
    @extend %base-styles-h2;

    color: var(--rocket-color-secondary-100);
    hyphens: auto;
    margin: 0;
    position: relative;
    max-width: fit-content;

    &--white {
        color: var(--rocket-color-white-base);
    }
}
