/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.short-text h5 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 0.8rem;
    text-align: left;
  }
.short-text p {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    font-size: 0.9rem;
    color: #fff;
  }

.lang-es .short-text-es { display: block; }
.lang-es .short-text-de { display: none; }
.lang-de .short-text-es { display: none; }
.lang-de .short-text-de { display: block; }

