.ost_faq_page {
    width: 100%;
    padding-top: 20px;
    font-family: 'Poppins';
    background-color: #e6e2c1;
    padding-bottom: 60px;
}
.ost_faq_page_podcast {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ost_faq_page_podcast_title {
    font-size: 46px;
    line-height: 44PX;
    font-weight: 600;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}
.ost_faq_page_podcast_text {
    max-width: 750px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center;
}

.ost_faq_page_podcast_button {
    width: 260px;
    height: 52px;
    background-color: black;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-style: none;
    margin-right: 10px;
    border-radius: 3px;
    letter-spacing: 1px;
}
.ost_faq_page_podcast_button:hover {
    background-color: white;
    color: black;
    border: #636362 solid 1px;
}



.ost_faq_page_videos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.ost_faq_page_videos_title {
    font-size: 40px;
    line-height: 44PX;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.ost_faq_page_videos_heading {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center;
}
.ost_faq_page_videos_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ost_faq_page_video_block {
    width: 305px;
    height: 170px;
    margin: 10px;
}
.ost_faq_page_video_block img {
    width: 100%;
    border-radius: 20px;
    transition: transform .2s;
}
.ost_faq_page_video_block img:hover {
    transform: scale(1.2);
}
.ost_faq_page_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}