*
TODO: SECCION VIDEOS
*/
.videos__item{
width: 100%;
height: 280px;
margin-bottom: 1rem;
}
.descripcion-video{
display: flex;
gap: 1rem;
padding: 1rem;
align-items: start;
img{
flex-shrink: 0;
}
.detalles__video{
text-align: start;
}
h3{
margin-bottom: 0.5rem;
}
}