.index-cases .cardWrrap {
  overflow: hidden;
}

.index-cases .cardWrrap:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.index-cases .cardWrrap img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.index-cases .cardWrrap:hover img {
  transform: scale(1.013) translateX(6px);
}

@media (max-width: 767px) {
  .index-cases .cardWrrap.text-white:after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}

.cardWrrap__link-blank {
  display: block;
  position: absolute;
  z-index: 33;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
