.media-page h1{
    font-family: var(--h1-font);

}
small{
    margin-left:6.6rem;
    font-size: 14px;
}
section{
    margin-top: 100px;
}
.featured-videos-content{
    margin:0 6rem;
}
.press-section{
   display:flex;
 margin-top:0;
}
.press-heading{
    margin-top:100px;
}
.press-section small{
    display:block;
}
.press-section .video-container{
    justify-content: flex-start;
}

