.arch{justify-content:space-between;gap:60px;display:flex}.arch__left{flex-direction:column;min-width:350px;display:flex}.arch__info{align-items:center;height:100vh;display:flex}.arch__right{flex-shrink:0;width:100%;max-width:840px;height:100vh;position:relative}.img-wrapper{object-fit:cover;will-change:transform;border-radius:24px;width:100%;height:500px;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%)}.img-wrapper img{object-fit:cover;object-position:center;width:100%;height:100%}@media (max-width:768px){.arch{flex-direction:column;gap:24px;display:flex}.arch__info{order:initial;height:auto;padding:24px 0}.img-wrapper{order:initial;width:100%;height:320px;margin-bottom:24px;position:relative;top:auto;left:auto;transform:none}.arch{flex-direction:column;gap:24px}.arch__left,.arch__right{display:contents}.arch__right{max-width:100%;height:auto}.img-wrapper{height:320px;margin-bottom:20px;position:relative;top:auto;left:auto;transform:none}.arch__info{height:auto;padding:20px 0 40px}}@media (max-width:640px){.img-wrapper{border-radius:16px;height:280px}}
.shiny{animation:3s linear infinite shine}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}
