.podcast-container{display:grid;gap:30px;grid-template-columns:repeat(3,1fr);padding:20px 40px}.podcast__post-image-wrapper{aspect-ratio:1/1;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);display:block;overflow:hidden;position:relative;transition:transform .3s ease;width:100%}.podcast__post-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.podcast__post-button,.podcast__post-button:hover{background:linear-gradient(145deg,#f27330,#ed215a);border:none;border-radius:3rem;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-top:1rem;padding:.8rem 1rem;text-align:center;text-decoration:none;transition:background-color .3s ease,transform .2s ease;width:100%}@media (max-width:880px){.podcast-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:550px){.podcast-container{grid-template-columns:repeat(1,1fr)}}