.case {
  width: 24%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 .5%;
  margin-bottom: 15px;
}

.style_public_contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px !important;
  justify-content: left !important;
  flex-wrap: wrap;
}

.case div {
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
}

.case img {
  width: 100%;
  height: 100%;
}

.case .case_A {
  max-height: 200px;
  padding: 0;
}

.case .case_AC {
  max-height: 200px;
  padding: 0;
}

.case {
  box-shadow: 0 0 5px 0 #ccc;
  transition: all .5s;
  cursor: pointer;
  position: relative;
}

.case:hover {
  transform: translateY(-10px);
}

/* .case::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
} */

@media (max-width:998px) {
  .case {
    width: 48%;
    margin: 0 1% 1%;
  }
}