.stack-table table td {
    vertical-align: top;
    background: transparent!important;
    padding: 0;
    border: none!important;
}

.stack-table table h3 {
    font-weight: 600;
    color: #CD856F;
    font-size: 1.875rem;
    margin-bottom: 2rem;
    
}

.stack-table .wp-video-shortcode, .stack-table .wp-video  {
    width: 100%!important;
  height: auto!important;
  aspect-ratio: 16 / 9;
}

/* Standard-Stile für Desktop */
.stack-table table {
  width: 100%;
  border-collapse: collapse;
}

.stack-table table td {
  width: 50%;
  vertical-align: top;
}

/* Mobil-Optimierung (gilt ab einer Bildschirmbreite von 768px oder kleiner) */
@media screen and (max-width: 1004px) {
  .stack-table table, 
  .stack-table tbody, 
  .stack-table tr, 
  .stack-table td {
    display: block;
    width: 100% !important;
  }
  
  .stack-table h3 {
    margin-bottom: 1rem!important;;
  }
}