.about-card:before {
  content: "";
  position: absolute;
  top: -60px;
	bottom: 0;
  left: 0;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-card-1:before {
	  background-image: url("/wp-content/uploads/about-us/Bild1_.Timeline.png");
}

.about-card-2:before {
	  background-image: url("/wp-content/uploads/about-us/Bild2_.Timeline.png");
}

.about-card-3:before {
	  background-image: url("/wp-content/uploads/about-us/Bild3_.Timeline.png");
}

.about-card-4:before {
	  background-image: url("/wp-content/uploads/about-us/Bild4_.Timeline.png");
}

.about-card-5:before {
	  background-image: url("/wp-content/uploads/about-us/Bild5_.Timeline.png");
}

.about-card-6:before {
	  background-image: url("/wp-content/uploads/about-us/Bild6_.Timeline.png");
}

.about-card {
	background-color: #383838;
	color: #fff;
	margin-top: 60px;
	padding: 35px 20px;
	transition: all 0.2s ease-in-out;
}

.about-card:hover {
	background-color: #ebebec;
	color: grey;
}

.about-card h3 {
	color: #fff;
	padding-bottom: 20px;
}

.about-card:hover h3 {
	color: grey
}

.about-ul {
	font-size: 18px;
	margin-bottom: 35px;
}