.block-text-und-bild {}

.block-text-und-bild h4,
.block-text-und-bild .item h5 {
  font-family: 'Black Mustang', sans-serif;
  letter-spacing: 0.05rem;
}

.block-text-und-bild h4 {
  font-size: 4rem;
}

.block-text-und-bild .item {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.block-text-und-bild .item .img {
  background-color: #8E64A2;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}

.block-text-und-bild .item h5 {
  font-size: 2rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}