.ost_media_page {
    width: 100%;
    margin-top: 0px;
    font-family: 'Poppins';
}
.ost_media_page_landing {
    width: 100%;
    background-image: url(ost_media_page_images/media_page_landing.jpg);
    background-size: cover;
    margin-bottom: 80px;
}
.ost_media_page_landing img {
    width: 100%;
}
.ost_media_page_socials {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
.ost_media_page_landing_img_logo {
    width: 330px;
}
.ost_media_page_landing_img_logo img {
    width: 100%;
}
.ost_media_page_landing_title {
    font-size: 50px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.ost_media_page_socials_title {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}
.ost_media_page_social_icons_block {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ost_media_page_social_icons_block img {
    width: 45px;
    margin: 20px;
}

.ost_media_page_videos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 0px;
    padding-bottom: 80px;
}
.ost_media_page_videos_title {
    font-size: 40px;
    line-height: 44PX;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
}
.ost_media_page_videos_heading {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center;
}
.ost_media_page_videos_container {
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    padding-bottom: 20px;
}
.ost_media_page_video_block {
    width: 305px;
    height: auto;
    margin: 10px;
    margin-bottom: 10px;
}
.ost_media_page_video_block:hover {
    background-color: lightblue;
    border-radius: 20px;
}
.ost_media_page_video_block img {
    width: 100%;
    border-radius: 20px;
    max-height: 170px;
}
.ost_media_video_title {
    font-size: 17px;
    font-weight: 600;
    color: black;
    padding: 10px;
}
.ost_media_page_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}