.download-item{display:block;padding:35px 0}.download-item:not(:last-child){border-bottom:1px solid #e2ebed}.download-item>img{grid-area:logo}.download-item-text{grid-area:text}.download-item-notes,.download-item-notes>ol,.download-item-notes>p,.download-item-notes>ul,.download-item-title{margin-bottom:0}.download-item-button{align-self:center;grid-area:button;margin-top:20px}.download-item-button .in-btn{display:inline-block}.download-item-button .in-btn:not(:last-child){margin-right:10px}@media screen and (min-width:768px){.download-item{display:grid;gap:0 20px;grid-auto-flow:row;grid-template-areas:"logo text button";grid-template-columns:auto 1fr auto;grid-template-rows:auto;justify-items:start}.download-item-button{justify-self:end}}