<style>
/*Заголовок*/
.t136S h6 {
font-family: 'Roboto', sans-serif !important;
color: #ffffff;
}
/*Описание*/
.t136S .description-holder {
font-family: 'Roboto', sans-serif !important;
color: #ffffff;
font-weight: 300;
}
/*Фон для текстового блока и отступы с прозрачностью*/
.fonlayer {
background: rgba(0,0,0,.5);
padding: 6px;
}
/*Поднимаем первый текстовый блок, если текста много*/
.t136 .t-container:first-child {
margin-top: -180px;
}
</style>
<script>
//Добавляем класс фоновой подложкой к текстовым блокам
$(".t136 .t-col:eq(0)").addClass("fonlayer");
$(".t136 .t-col:eq(5)").addClass("fonlayer");
$(".t136 .t-col:eq(6)").addClass("fonlayer");
</script>