.section.video-playlist{display:flex;flex-direction:column;gap:5rem;padding:50px 0}.section.video-playlist .video-playlist-content .video-playlist-list{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, 1fr);gap:5rem;padding:0}@media screen and (min-width: 768px){.section.video-playlist .video-playlist-content .video-playlist-list{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr)}}@media screen and (min-width: 1024px){.section.video-playlist .video-playlist-content .video-playlist-list{grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(1, 1fr)}}.section.video-playlist .video-playlist-content .video-playlist-list .video-playlist-list-item{display:flex;border-radius:7px;flex:1}.section.video-playlist .video-playlist-header{display:flex;flex-direction:column;gap:5rem}.section.video-playlist .video-playlist-header .video-playlist-header-title{font-size:3.6rem;font-weight:400;line-height:4rem;margin:0}.section.video-playlist .video-playlist-header .video-playlist-header-description{font-size:1.6rem;font-weight:400;line-height:1.8rem;margin:0}.video-playlist-paragraph{font-size:24px;margin:30px 50px;font-weight:400}
