.videos-product{display:grid;gap:32px 20px;grid-auto-rows:349px;grid-template-columns:repeat(2,minmax(270px,1fr))}@media(max-width:1279px){.videos-product{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}}.videos-product__video-wrapper{display:flex;flex-direction:column;height:100%;width:100%}.videos-product__video{border-radius:12px;cursor:pointer;height:281px;overflow:hidden;position:relative;width:100%}.videos-product__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:20px;font-weight:500;height:48px;line-height:24px;margin-top:auto;overflow:hidden;width:90%}@media(max-width:767px){.videos-product__title{font-size:16px;line-height:22px}}