.form-out {
  counter-reset: numList;
}

.form-out .info-box:last-child {
  margin-bottom: 0;
}

.form-out .info-box {
  min-height: 55px;
  border-radius: 10px;
  overflow: hidden;
}

.form-out .info-box:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.form-out .info-box::before {
  counter-increment: numList;
  content: counter(numList);
  position: absolute;
  font-weight: 500;

  /*font-size: 105px;
  color: #464aff;
  bottom: -52px;
  z-index: 0;
  opacity: 0.05;
  right: 9px;
  letter-spacing: -15px;*/

  line-height: 1;
  font-size: 35px;
  color: #464aff;
  bottom: 2px;
  z-index: 0;
  opacity: 0.05;
  right: 10px;
  letter-spacing: -3px;
}

.form-out .info-box .info-box-text,
.form-out .info-box .info-box-number {
  text-align: left;
}

.form-out .info-box .btn-link {
  border: 0;
  position: absolute;
  top: 6px;
  right: 10px;
  padding: 0;
  font-size: 14px;
}

.form-out .info-box .info-box-text .ti-sparkles {
  transform: translateY(10px);
  color: #464aff;
  font-size: 20px;
}

.form-out .io-names-grid--listing .info-box .info-box-content {
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .form-out .io-names-grid--listing .info-box .info-box-content {
    padding-right: 50px;
  }
}

.form-out .info-box:not(:hover) .btn {
  opacity: .4;
}

.form-out .text-muted {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
}

.form-out .img-featured {
  object-fit: cover;
  width: 100%;
  height: 348px;
}

.maximized-card .form-out .img-featured {
  height: calc(100vh - 150px);
}

.form-out sup {
  font-size: 12px;
}
