.download-memory__grid{display:grid;gap:50px;grid-template-columns:1fr 1fr}.download-memory__card{display:flex;flex-direction:column;gap:8px;width:100%}.download-memory__name{color:#555;font-size:16;font-weight:700}.download-memory__data{display:flex;flex-direction:row;gap:7px;height:100%;width:100%}.download-memory__data-expositor{align-items:center;background-color:#3e36e0;display:flex;flex-direction:row;gap:27px;padding:15px 18px;width:100%}.download-memory__speaker-image{border:2px solid #fff;border-radius:100%;height:70px!important;min-height:70px!important;min-width:70px!important;object-fit:cover;width:70px!important}.download-memory__speaker-title{color:#fff;font-size:16px;line-height:1.3;width:100%}.download-memory__download{align-items:center;background-color:rgba(0,0,0,.17);cursor:pointer;display:flex;justify-content:center;transition:all .3s ease;width:100px}.download-memory__download:hover{background-color:#3e36e0}.download-memory__download-icon{width:30px}@media(max-width:900px){.download-memory__grid{gap:30px;grid-template-columns:1fr}}