.download-feed{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media screen and (max-width: 768px){.download-feed{grid-template-columns:repeat(2, 1fr);gap:10px}}.download-excerpt{display:flex;flex-direction:column;gap:20px;border:1px solid #dadce8;border-radius:40px;background:#fff;padding:20px;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.download-excerpt{padding:10px;border-radius:20px}}.download-excerpt img{border-radius:20px;overflow:hidden;width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.download-excerpt img{border-radius:10px}}.download-excerpt .download-excerpt__content{display:flex;gap:10px;flex-direction:column;align-items:flex-start}.download-excerpt h4{font-size:24px;font-weight:400;margin-bottom:0}@media screen and (max-width: 768px){.download-excerpt h4{font-size:20px}}.download-excerpt:hover{border-color:#024e9f;translate:0px -10px;color:#000}.download-excerpt p{font-size:16px;line-height:1.3}@media screen and (max-width: 768px){.download-excerpt p{font-size:14px}}.download-excerpt .download-excerpt__button{background-color:#024e9f;color:#fff;display:inline-flex;gap:10px;padding:8px 12px;border-radius:50px}
