@media (min-width:768px){
	.podcast-featured{padding:72px 0 12px}
	.podcast-featured .pf-card{grid-template-columns:420px 1fr;align-items:stretch}
	.podcast-featured .pf-art{height:auto}
	.podcast-featured .pf-body{padding:36px 40px 36px 36px;justify-content:center;gap:14px}
	.podcast-featured .pf-body h2{font-size:clamp(28px,3.2vw,36px)}
	.podcast-featured.no-art .pf-card{grid-template-columns:1fr}
	.podcast-featured.no-art .pf-body{padding:40px 44px}
}
