.product-download__block{display:flex;flex-direction:column;gap:var(--gap)}.product-download__buttons{display:flex;flex-wrap:wrap;gap:var(--gap)}.product-download__image{border-radius:var(--border-radius-lg);box-shadow:var(--box-shadow);flex-shrink:0;width:8rem}@media(min-width:576px){.product-download__block{align-items:flex-start;flex-direction:row}.product-download__image{width:15rem}}@media(min-width:768px){.product-download__block{gap:var(--gap-md)}}