.content__text-orange
{
    font-size: 24px;
}

@media (max-width: 1023px)
{

    .content__text-orange
    {
        font-size: 16px;

    }

}