.podcast-list{float:left;padding:60px 0;width:100%}.podcast-flex{column-gap:25px;display:flex;flex-wrap:wrap;justify-content:center;row-gap:40px}.podcast-item{color:inherit;font-size:14px;padding-bottom:40px;position:relative;transition:none;width:100%}.podcast-item:hover{color:inherit}.podcast-item .podcast-item-image img{aspect-ratio:1/1;object-fit:cover}.podcast-item .podcast-item-content{padding-top:20px}.podcast-item h2{color:#124559;font-size:22px;line-height:1.3;padding-bottom:0}.podcast-item .podcast-item-link-wrapper{bottom:0;left:0;position:absolute;width:100%}.podcast-item .podcast-item-date{margin-bottom:10px}.podcast-item .podcast-item-link{color:#598392;transition:all .4s ease-in-out}.podcast-item:hover .podcast-item-link{color:#124559;font-weight:500}.podcast-list .load-more-podcast{margin-top:20px;text-align:center;width:100%}.podcast-list .button a{cursor:pointer}@media(min-width:480px) and (max-width:992px){.podcast-item{width:calc(50% - 12.5px)}}@media(min-width:992px) and (max-width:1210px){.podcast-item{width:calc(33.33% - 16.66667px)}}@media(min-width:1211px){.podcast-list{padding:100px 0}.podcast-item{width:calc(25% - 18.75px)}}@media(max-width:991px){.podcast-item h2{font-size:20px}}