
.banner img{object-fit:contain;height:auto;width:100%}

.podcasts {padding-top:30px}
.podcasts h2 {font-size: var(--fs-xl); font-weight: var(--fw-semi-bold); line-height: 160%; color: var(--clr-primary); margin-bottom: 16px;}
.podcasts h2 span {color: var(--clr-secondary);}
/* Style tab links */
.tabbed {overflow-x: hidden;margin: 32px 0;padding-bottom: 16px;border-bottom: 1px solid #ccc;}
.tabbed [type="radio"] {display: none;}

.tabs {	display: flex;align-items: stretch;list-style: none;padding: 0;	border-bottom: 1px solid #ccc;margin-bottom:20px}
.tab > label {float: left; border: 1px solid; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem;cursor: pointer;padding: 14px 16px;transition: 0.3s; color: #007bff; text-decoration: none;color: #495057;  background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;}
.tab:hover label {border-color: #e9ecef #e9ecef #dee2e6;}
.tab-content {display: none;color: #777;}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
{border-bottom-color: #fff;border-top-color: #B721FF;background: #fff;color: #222;}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2){display: block;}


