.student-c_card--flex{display:grid;grid-template-columns:1fr 515px 1fr}.student-c_card_left_text{position:absolute;top:60px;z-index:auto}.student-c_card_left,.student-c_card_right{height:630px;position:relative;z-index:1}.student-c_card_left img,.student-c_card_right img{height:100%!important;object-fit:cover;width:100%}.student-c_card_center{overflow:hidden;padding:40px;z-index:2}.student-c_card_center_image img{clip-path:inset(0 0 0 0);margin-bottom:35px;transition:all .8s cubic-bezier(.25,.46,.45,.94);width:100%}.student-c_card_center_image:hover img{clip-path:inset(8px 8px 8px 8px)}.student-c_card_right_text{bottom:60px;position:absolute}.student-c_card_center_button--flex{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}.student-c_card_left_text,.student-c_card_right_text{overflow:hidden;white-space:nowrap;width:100%}.student-c_card_left_text h2,.student-c_card_right_text h2{display:inline-block;white-space:nowrap;will-change:transform}.student-c_card_left_text h2{animation:marqueeLeft 12s linear infinite}.student-c_card_right_text h2{animation:marqueeRight 12s linear infinite}@keyframes marqueeLeft{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes marqueeRight{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:767px){.student-c_card--flex{grid-template-columns:100%}}