.podcast-episode__card{background-repeat:no-repeat;background-size:cover;position:relative}.podcast-episode__card:before{background-size:cover;content:"";display:block;filter:grayscale(1);height:100%;left:0;position:absolute;top:0;transition:.3s ease-in-out;width:100%}.podcast-episode__card.hovered:before{filter:grayscale(0)}.podcast-episode__card__content{display:flex;margin-left:auto;margin-right:100px;max-width:446px;position:relative;z-index:2}.podcast-episode__card__content__inner{display:flex;flex-direction:column;gap:100px;padding:80px 20px 60px}.podcast-episode__card__content__content-image{margin-bottom:20px}.podcast-episode__card__content__bottom a:after{content:"";display:block;height:100%;position:absolute;width:100%}.podcast-episode__card__content__top__column{display:flex;flex-direction:column;gap:15px}.podcast-episode__card__content__top__row{align-items:center;display:flex;gap:12px}.podcast-episode__card__content__top__row p{margin:0}@media (max-width:1024px){.podcast-episode__card__content{margin-right:0}}@media (max-width:767px){.podcast-episode__card:before{height:270px;position:static}.podcast-episode__card__content{margin:0;max-width:none;width:100%}.podcast-episode__card__content__inner{gap:40px;padding:50px 20px}}