.fahrstunden-videos{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1400px;margin:40px auto}.video-item{text-align:center}.video-item h3{margin-bottom:12px;font-size:28px;font-weight:600}.video-item iframe{width:100%;aspect-ratio:16/9;border-radius:12px;display:block}@media (max-width:1200px){.fahrstunden-videos{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.fahrstunden-videos{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.fahrstunden-videos{grid-template-columns:1fr}}