.student-projects-item{display:flex;flex-direction:column;text-decoration:none}.student-projects-item__tag{z-index:2;margin-bottom:-16px}.student-projects-item__body{z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:24px;background-color:var(--color-white);padding:40px 16px 16px;width:100%;height:100%}.student-projects-item__content{display:flex;flex-direction:column;gap:12px;padding-inline:8px;width:100%}.student-projects-item__title{color:var(--color-grey-scale-900);font-size:24px;font-weight:700;line-height:1.15}.student-projects-item__text{color:var(--color-grey-scale-600);font-size:18px;line-height:1.5}.student-projects-item__arrow.icon-svg{width:32px;height:32px;color:var(--color-grey-scale-900);flex-shrink:0;margin-top:auto;transition:color var(--t)}@media(hover:hover){.student-projects-item:hover .student-projects-item__arrow.icon-svg{color:var(--color-primary)}}
