.content-right-image{height:440px;display:flex;align-items:center;justify-content:center}.hero-image-card{border:6px solid rgba(0,0,0,.2);outline:rgba(0,0,0,.1) solid 1px;border-radius:10px;height:90%;width:70%;margin-left:15%;background-color:#fff;box-shadow:rgba(50,50,93,.25) 0 6px 12px -2px,#000 0 3px 15px -3px;transform-style:preserve-3d}.spin-animation{animation:1s ease-in-out spin}.hero-image-card>img{width:100%;height:100%;object-fit:cover;border-radius:6px}@keyframes spin{0%{transform:rotateY(0)}100%{transform:rotateY(720deg)}}