.logo {
  height: 80px !important;
  aspect-ratio: 1;
}

.logo2 {
  margin-left: 40px;
  width: 200px;
}

.card-body img {
  width: 72%;
  height: auto;
  transition: transform 0.6s, filter 0.6s;
  padding: 0 !important;
}

.card-body img:hover {
  transform: scale(1.1);
  cursor: pointer;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.4));
}

.overlay-img {
  width: 35% !important;
  height: auto;
}

.card-hp img {
  width: 30px;
}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.evo-img {
  width: 100% !important;
}

@media (max-width: 500px) {
  .logo {
    display: none;
  }
  .logo2 {
    margin-left: 0;
  }
  .overlay-img {
    width: 30% !important;
    height: auto;
  }
}
