.pdf-cards__item,.pdf-cards__list{display:flex;flex-direction:column}.pdf-cards__item{position:relative;padding:16px;border-bottom:1px solid #eaecf0;box-sizing:content-box}.pdf-cards__item-image{grid-area:image;width:140px;height:140px;margin-bottom:24px}.pdf-cards__item-image img{display:block;object-fit:cover;width:auto;height:auto;min-height:100%}.pdf-cards__item-title{grid-area:title;margin-bottom:16px}.pdf-cards__item-text{grid-area:text;color:#546078}.pdf-cards__item:after{content:"";position:absolute;display:block;top:16px;right:16px;width:32px;height:32px;background-image:url(/images/arrows/arrow-up-right.svg);background-repeat:no-repeat;background-position:50%;background-size:cover}@media(min-width:768px){.pdf-cards__item{display:grid;grid-template-areas:"image title" "image text";grid-template-columns:280px 1fr;grid-template-rows:1fr auto;gap:16px 24px;padding:32px}.pdf-cards__item-image{display:flex;width:280px;height:280px;margin:0}.pdf-cards__item-image img{width:100%}.pdf-cards__item-title{margin:0;align-self:flex-end}}@media(min-width:1280px){.pdf-cards__list{display:grid;grid-template-areas:". .";grid-template-columns:1fr 1fr}.pdf-cards__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;padding:40px;transition:all .4s linear}.pdf-cards__item-image{margin-bottom:36px}.pdf-cards__item-title{align-self:flex-start;margin-bottom:16px}.pdf-cards__item-text,.pdf-cards__item-title,.pdf-cards__item:after{transition:all .4s linear}.pdf-cards__item:after{top:40px;right:40px;opacity:1}.pdf-cards__item:nth-child(odd){border-right:1px solid #eaecf0}.pdf-cards__item:hover{background-color:#4e04fb}.pdf-cards__item:hover .pdf-cards__item-text,.pdf-cards__item:hover .pdf-cards__item-title{color:#fff}.pdf-cards__item:hover:after{filter:brightness(0) invert(1);opacity:1}}.podcast-list__title{position:relative;border-bottom:1px solid #eaecf0;padding-bottom:32px}.podcast-list__item{padding:16px;border-bottom:1px solid #eaecf0}.podcast-list_image{width:160px;min-width:160px;height:160px;border-radius:10px;margin-bottom:16px;overflow:hidden}.podcast-list_title{margin-bottom:12px}.podcast-list_date{color:#546078;margin-bottom:16px}.podcast-list_text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#546078;margin-bottom:24px}@media(min-width:768px){.podcast-list__title{padding-bottom:40px}.podcast-list__item{display:flex;flex-direction:row;gap:0 24px;padding:32px}.podcast-list_image{margin:0}.podcast-list_title{margin:12px 0}}@media(min-width:1280px){.podcast-list__item{padding:40px}.podcast-list_image{width:280px;min-width:280px;height:280px}.podcast-list_text,.podcast-list_title{white-space:break-spaces}}