.trainingTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

    .trainingTitle .title {
        flex: 1 1 0;
        min-width: 0;
        overflow-wrap: break-word;
        word-break: break-word;
    }

        .trainingTitle .title .h2,
        .trainingTitle .title .h3 {
            white-space: normal;
            overflow-wrap: break-word;
            word-break: break-word;
        }

    .trainingTitle .shareBox {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }
