@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');*{margin:0;padding:0;box-sizing:border-box}
.videos-container{display:flex;padding:24px 58px;flex-direction:column;align-items:center;gap:12px;align-self:stretch}
.videos-p{color:#000;font-family:Rubik;font-size:16px;font-style:normal;font-weight:400;line-height:20px}
.videos-v{width:100%;height:480px}
@media only screen and (max-width:768px){.videos-container{padding:16px;gap:12px}
.videos-v{height:200px}
.videos-p{font-size:14px;line-height:18px}
}