.recipe-videos-page{max-width:1440px;margin:0 auto;padding:30px 20px 60px}.recipe-videos-page h1{text-align:center;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:40px;color:#231f20}.recipe-videos-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;justify-items:center}.recipe-video-card{width:100%;max-width:360px;text-align:center}.recipe-video-embed{position:relative;width:100%;padding-bottom:177.78%;overflow:hidden;border-radius:12px;background:#000}.recipe-video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.recipe-video-card h3{font-family:'Roboto Condensed',sans-serif;font-size:1.1em;font-weight:600;margin:12px 0 0;color:#231f20}@media (min-width:880px){.recipe-videos-page{padding:40px 40px 80px}.recipe-videos-grid{grid-template-columns:repeat(3, 1fr);gap:32px}}@media (min-width:1200px){.recipe-videos-grid{grid-template-columns:repeat(4, 1fr)}}