section.image_with_text .image_with_text_default h3 {
  text-transform: uppercase;
}

.image_with_text_machinen table {
  background-color: rgb(233 234 235);
  border-collapse: collapse;
}
.image_with_text_machinen .grid > div {
  border-bottom: 2px solid #fff;
  position: relative;
}
.image_with_text_machinen .grid > div::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(255 255 255);
}

.image_with_text_machinen table td,
.image_with_text_machinen table th {
  border: 2px solid white;
  padding: 8px 10px;
  height: auto;
  font-size: 15px;
  line-height: 1.2;
}
.image_with_text_machinen table tr:first-child td {
  border-top: 0;
}

.image_with_text_machinen table td:first-child {
  border-left: 2px solid rgb(233 234 235);
}
.image_with_text_machinen table td:last-child {
  border-right: 2px solid rgb(233 234 235);
}

.image_with_text_machinen table td:last-child {
  width: 35% !important;
}
.image_with_text_machinen h3 {
  font-size: 18px;
  padding: 12px 10px;
  background-color: rgb(188 189 192);
  margin: 0;
  border-bottom: 5px solid #fff;
}
.image_with_text_machinen img {
  margin: 0 0 0;
  border-bottom: 5px solid #fff;
}
