.t850__inner-col {
  transition: transform 0.2s ease-in-out;
}
.t850__inner-col:hover {
    transform: translateY(-2px);
}