.cards-container{display:grid;grid-template-columns:repeat(auto-fit,285px);gap:17px;justify-content:center;padding:12px;max-width:1400px;margin:0 auto 99px}.video-card{position:relative;width:285px;height:387px;overflow:hidden;border-radius:8px;border:1px solid rgba(32,33,56,1)}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.content-overlay{position:relative;z-index:2;padding:0 24px 24px;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6)),linear-gradient(35.31deg,rgba(0,21,83,.5) 52.16%,rgba(0,0,0,0) 86.52%);height:100%;display:flex;flex-direction:column}.videocard-content{display:flex;gap:22px;flex-direction:column;margin-top:220px}.title{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:500;line-height:20.61px;color:rgba(255,255,255,1)}.subtitle,.title{text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.subtitle{font-family:Space Grotesk;font-size:16px;font-weight:400;line-height:20.42px;color:rgba(153,153,153,1)}@media (max-width:480px){.cards-container{margin-bottom:40px}.videocard-content{gap:16px}.subtitle{font-size:var(--p-font-size-mobile);line-height:var(--p-line-height-mobile)}}