<?php

$description = '<style>.{ margin-bottom:10px; float:left; display: inline-block; width:56%; text-align:left; padding-right:20px; padding-left:20px; } . > p { display: table-cell; height: 150px; vertical-align: middle; }..................</style>.................';
$text = preg_replace('/<style>.*?<\/style>/si', ' ', $description );
echo $text;