.container{max-width:1200px;margin:0 auto;padding:2rem;box-sizing:border-box}.flex-video-wrap{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.flex-video-item{background:var(--vbg-color,#fff);padding:1rem;border-radius:.5rem;box-shadow:0 4px 10px rgba(0,0,0,.05);flex:1 1 280px;box-sizing:border-box;transition:transform 0.2s ease}.flex-video-item:hover{transform:translateY(-3px)}.flex-video-item img{width:100%;height:auto;border-radius:.25rem;display:block}.flex-video-item h3{margin-top:.75rem;font-size:1.1rem}@media (max-width:900px){.flex-video-item{flex:1 1 calc(50% - 1rem)}}@media (max-width:600px){.flex-video-item{flex:1 1 100%}}.section-header{margin-top:3rem;font-size:1.5rem;font-weight:700}.section-subheader{margin:.25rem 0 1rem 0}.section-subheader a{font-weight:500;color:#36c;text-decoration:none}