.podcast_listing{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.podcast_listing_item{flex-basis:22%;margin-bottom:20px;margin-top:20px}@media screen and (max-width:1000px){.podcast_listing_item{flex-basis:45%;margin:20px 2%}}@media screen and (max-width:650px){.podcast_listing_item{flex-basis:100%;margin:20px 0}}.recent_podcast_header__wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.recent_podcast_header__content{flex-basis:70%}.recent_podcast_button__area{flex-basis:30%;text-align:right}@media screen and (max-width:800px){.recent_podcast_header__content{flex-basis:100%}.recent_podcast_button__area{flex-basis:100%;margin-bottom:30px;text-align:left}}