.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.inner {
  padding: 0 15px;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.card_box {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
}
