.podcast_section{padding:6rem 0}.podcast_section .top_wrap{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:25px;grid-gap:10px;flex-wrap:wrap}.podcast_section .top_wrap .sub_heading *{color:#72bf44;font-size:.875rem;font-weight:700;letter-spacing:.1em;line-height:1.25rem;margin-bottom:.5rem;text-transform:uppercase}.podcast_section .top_wrap .main_heading *{color:#4a557d;font-size:1.875rem;font-weight:700;line-height:2.25rem;margin:0}.podcast_section .right_wrap a{color:#72bf44;display:inline-block;font-size:.875rem;font-weight:700;line-height:1.25rem;text-decoration:none}.podcast_section .cards{display:grid;gap:20px;grid-template-columns:1fr 1fr}.podcast_section .card{background-color:#f8fafc;border-radius:1rem;cursor:pointer;overflow:hidden;transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.podcast_section .card:hover{transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);--tw-translate-y:-1rem;--tw-shadow:0 20px 25px -5px rgba(74,85,125,.1),0 8px 10px -6px rgba(74,85,125,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.podcast_section .card img{display:block;width:100%}.podcast_section .card-content{padding:1rem}.podcast_section .card-title *{color:#333;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:.75rem;text-decoration:none}.podcast_section .card-desc{color:#666;font-size:14px;margin-bottom:15px}.podcast_section .bottom_wrap{border-top:1px solid #eee;color:#444;font-size:13px;padding-top:10px}.podcast_section .author{align-items:center;display:flex;gap:8px}.podcast_section .author-icon{align-items:center;background:#7fbf7f;border-radius:50%;display:flex;height:25px;justify-content:center;width:25px}.podcast_section .author-icon img{display:block;height:18px;width:18px}@media (max-width:767px){.podcast_section{padding:4rem 0}.podcast_section .cards{grid-template-columns:1fr}}