/* Keep the Why ABS Liberty card imagery visible before and during hover. */
.why-liberty-cards .card-style07 .card-body {
  opacity: 1;
  transform: scale(1);
}

.why-liberty-cards .card-style07:hover .card-body {
  opacity: 1;
  transform: scale(1.04);
}
