.fav-podcasts{background:#1d1d1d;flex-direction:column;align-items:center;width:100%;padding:50px 0;display:flex}.fav-podcasts h1{color:#fff;text-align:center;max-width:80%;margin:30px 0;font-size:40px;font-weight:400;line-height:60px}.fav-podcasts h1 span{color:#eea530}.podcasts{color:#fff;flex-wrap:wrap;justify-content:space-evenly;gap:30px 20px;width:90%;margin-top:30px;display:flex}.podcasts-flex{cursor:pointer;border-radius:10px;flex:none;width:280px;transition:all .5s}.podcasts-flex:hover{transform:translateY(-20px)}.podcasts-flex.loader:hover{transform:translateY(0)!important}.podcasts-flex img{object-fit:contain;object-position:center;border-radius:10px;width:100%;height:auto;max-height:400px}.podcasts-flex h1{text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:25px}.podcasts-flex p{margin-bottom:30px;font-size:15px;font-style:normal;font-weight:400;line-height:22px}.podcasts-flex a{color:#000;background:#fff;border-radius:50px;padding:15px 70px;text-decoration:none}@media screen and (max-width:540px){.podcasts-flex{width:170px}.podcasts-flex img{height:auto;max-height:250px}.podcasts-flex h1{font-size:15px!important;line-height:normal!important}.fav-podcasts h1{max-width:100%;margin:10px 0;font-size:25px;line-height:normal!important}}@media screen and (max-width:400px){.podcasts-flex{width:150px}.podcasts-flex img{height:auto;max-height:200px}}
