.podcast{background:#f2f2f2}
.podcast-box{display:flex;max-width:1300px;padding:50px 20px 0 20px;margin:0 auto;align-items:center}
@media(max-width:766.98px){
.podcast-box{flex-direction:column-reverse;align-items:flex-start}
}
.podcast-info{padding-right:100px}
@media screen and (max-width:1024px){
.podcast-info{padding-right:30px}
}
@media(max-width:766.98px){
.podcast-info{padding:0}
}
.podcast-title{color:#000;font-size:16px;font-weight:700;line-height:100%;margin-bottom:25px;text-transform:uppercase}
.podcast-content{font-family:"Futura for Blackyak",sans-serif;color:#000;font-size:30px;font-weight:700;line-height:118%;text-transform:uppercase;margin-bottom:35px}
@media(max-width:766.98px){
.podcast-content{line-height:105%}
}
.podcast-buttons{display:flex}
.podcast-button{display:flex;align-items:center;justify-content:center;min-width:180px;height:40px;font-size:12px;font-weight:700;color:#fff;background:#000;text-decoration:none;text-transform:uppercase;padding:0 12px}
.podcast-iframe{width:500px;min-width:500px;max-width:500px}
@media screen and (max-width:1024px){
.podcast-iframe{width:40%;min-width:40%;max-width:40%}
}
@media(max-width:766.98px){
.podcast-iframe{width:100%;min-width:100%;max-width:100%;margin-bottom:30px}
}
.podcast-iframe iframe{width:100%}