.instructor-card-item{width:100%;height:400px;border-radius:32px;overflow:hidden;position:relative;cursor:pointer;transition:transform .3s ease}.instructor-card-item:hover{transform:translateY(-4px)}.slider-box .instructor-card-item{width:95%}.instructor-card-item__image{width:100%;height:100%;object-fit:cover;object-position:top center}.instructor-card-item__info{position:absolute;left:24px;bottom:10px;z-index:10;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.instructor-card-item__name{font-size:25px;font-weight:600;line-height:35px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}.instructor-card-item__subtitle{font-size:14px;font-weight:400;line-height:1.2;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5);opacity:.9}