.videos-section{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;width:100%;padding:40px 0;margin:0;background-color:#000}.video-card{width:250px;display:flex;flex-direction:column;align-items:center}.video-card p{text-align:center;color:#fff;padding:8px 0}.video-card video{width:100%;height:auto;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.25)}@media (max-width:768px){.cards-section{justify-content:center}.videos-section{gap:20px}}