.GlobalMarketingHighlights {
    &-header {
        display: flex;
        align-items: center;
        margin: 20px 0 5px 0;
    }

    &-title {
        color: var(--gray-600);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

    &-tooltip {
        margin: 0 0 3px 8px;
    }

    &-text {
        font-size: 14px;
        white-space: break-spaces;
    }

    &-text-area {
        font-size: 14px;
    }

    &-guidelines {
        font-size: 10px;
    }
}
