/*Esta etiqueta la tomo de las automáticas del body. Si no es "ventas", habría que cambiarla por la que se generara*/

.template-servicepack_view .containerTitle .description h2 {
  color: #ffffff;
  font-family: 'brutal_typeregular';
  font-size: 40px;
  line-height: 130%;
}
.template-servicepack_view .containerTitle .description h2 strong {
    font-family: 'brutal_typebold';
}

@media all and (max-width: 767px) {
  .template-servicepack_view .containerTitle .description h2 {
    color: #000000;
    font-size: 30px;
  }
}
