.three-texts__single .content
{
    justify-content: center;
}
.three-texts__single .flex-container.three-texts-item3
{
    flex: 0 0 70%
}
.three-texts__single .text
{
    max-width: 100%;
}
.title-single-item
{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
@media screen and (max-width: 1200px)
{
    .title-single-item
    {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .three-texts__single .flex-container.three-texts-item3
    {
        flex: 0 0 100%
    }
    .three-texts__single .text
    {
        max-width: 100%;
    }
}