.student-creator-card{border-radius:1.25rem;flex-direction:column;height:100%;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 .625rem 1.875rem #0000001a}.student-creator-card:hover{transform:translateY(-.3125rem)}.student-creator-card__image-wrapper{flex:1;width:100%;display:block}.student-creator-card__image-wrapper img{transition:transform .6s cubic-bezier(.25,1,.5,1)}.student-creator-card:hover .student-creator-card__image-wrapper img{transform:scale(1.05)}
