.moit-registered {
      display: inline-block;
      margin-top: 20px;
      text-align: center;
    }

    .moit-registered img {
      width: 200px; /* You can adjust this */
      height: auto;
      transition: transform 0.3s ease;
    }

    .moit-registered:hover img {
      transform: scale(1.05);
    }