.tui_card .image-on {
  display: none;
}

.tui_card .image-off {
  display: block;
}

.tui_card:hover .image-on {
  display: block;
}

.tui_card:hover .image-off {
  display: none;
}

.tui_card:hover h2 {
  color: rgb(30 58 138);
  background-color: #fff;
}

.tui_card h2 {
  position: relative;
  top: -100px;
  margin: 0;
}

@media (min-width: 640px) {
} /*sm*/
@media (min-width: 768px) {
} /*md*/
@media (min-width: 1024px) {
} /*lg*/
@media (min-width: 1280px) {
} /*xl*/
@media (min-width: 1536px) {
} /*2xl*/
