.podcasts{max-width:1032px;width:100%}.podcasts__title{color:#32323c;font-size:26px;font-weight:300;line-height:1.5;margin-bottom:36px;text-align:center}.podcasts__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,320px));gap:36px;justify-content:center}.podcasts__link:hover,.podcasts__link:active{text-decoration:none}.podcasts__card{background-color:#FFF;border-radius:12px;box-shadow:0 2px 6px hsla(204,22%,57%,0.08),0 6px 12px hsla(204,22%,57%,0.12);display:flex;flex-direction:column;height:100%;max-width:320px;overflow:hidden;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;width:100%}.podcasts__card:hover{box-shadow:0 6px 12px hsla(204,22%,57%,0.12),0 12px 36px hsla(204,22%,57%,0.16);transform:translateY(-4px)}.podcasts__card:hover .podcasts__image img{opacity:.95}.podcasts__image{flex-shrink:0;height:250px;position:relative;width:100%}.podcasts__image img{bottom:0;height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:opacity .2s ease-in-out;width:100%}.podcasts__description{display:flex;flex-direction:column;height:100%;padding:24px}.podcasts__name{color:#ffb432;font-weight:500;margin-bottom:4px}.podcasts__description p{color:#596670}.podcasts__description p+p{margin-top:4px}.podcasts__description p:last-of-type{margin-bottom:16px}.podcasts__tags{display:flex;flex-wrap:wrap;margin-top:auto;margin-left:-6px}.podcasts__tag{background-color:hsl(146,41%,90%);border-radius:24px;color:hsl(144,40%,40%);font-weight:700;font-size:14px;margin:6px;padding:4px 12px;text-transform:uppercase}.podcasts__tag--bonus{align-items:center;background-color:hsl(200,71%,93%);color:hsl(199,35%,40%);display:flex}.podcasts__tag--bonus::before{content:'\e838';font-family:'Material Icons';margin-right:4px}@media screen and (max-width:480px){.podcasts__container{grid-template-columns:1fr}.podcasts__card{max-width:initial}.podcasts__title{font-size:21px}}