@media (min-width:768px){
	.podcast-grid-sec{padding:20px 0 96px}
	.podcast-grid-sec .pg-head{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px}
	.podcast-grid-sec .pg-card{grid-template-columns:220px 1fr auto;align-items:center;gap:24px}
	.podcast-grid-sec .pg-art{height:100%;min-height:130px}
	.podcast-grid-sec .pg-body{padding:20px 0}
	.podcast-grid-sec .pg-cta{margin:0 24px 0 0}
	.podcast-grid-sec.no-art .pg-card{grid-template-columns:1fr auto}
	.podcast-grid-sec.no-art .pg-body{padding:24px 0 24px 28px}
	.podcast-grid-sec.no-art .pg-badge--standalone{margin:20px 0 0 28px}
	.podcast-grid-sec.layout-slider .pg-card{flex:0 0 50%;grid-template-columns:1fr auto}
}
