#Gruppen-Angebote-Grid .work-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

#Gruppen-Angebote-Grid .work-info .vert-center {
  position: static;
  transform: none;
  top: auto;
  width: auto;
}

#Gruppen-Angebote-Grid .work-info .vert-center p {
  display: none !important;
}

#Gruppen-Angebote-Grid .work-info .vert-center h3,
#Gruppen-Angebote-Grid .work-info .vert-center h3 a,
body #Gruppen-Angebote-Grid .col .work-info h3 {
  display: inline-block;
  background: rgba(255,255,255,0.85);
  color: #333 !important;
  -webkit-text-fill-color: #333 !important;
  padding: 10px 24px;
  border-radius: 4px;
  margin: 0;
  text-align: center;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}
#Gruppen-Angebote-Grid .work-info .next-arrow,
#Gruppen-Angebote-Grid .work-info .line {
  display: none !important;
}