.ai-btn {
  padding: 0.1em 0.25em;
  width: 6em;
  height: 4.2em;
  background-color: #000000ad;
  border: 0.08em solid #fff;
  border-radius: 0.3em;
  font-size: 8px;
  cursor: pointer;
}

.ai-btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0.4em;
  width: 3.55em;
  height: 2.3em;
  background-color: #003892;
  border-radius: 0.2em;
  font-size: 1.5em;
  color: #fff;
  border: 0.08em solid #6194ec;
  box-shadow: 0 0.4em 0.1em 0.019em #6194ec;
}

.ai-btn span:hover {
  transition: all 0.05s;
  transform: translate(0, 0.4em);
  box-shadow: 0 0 0 0 #ffffff;
}

.ai-btn span:not(hover) {
  transition: all 0.5s;
}
