.ova-ico-crypto {
  margin-left: 24px;
}
.ova-ico-crypto .item {
  text-align: left;
  position: relative;
  padding-bottom: 60px;
}
.ova-ico-crypto .item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  bottom: 0;
  border-left: 2px dashed #3772ff;
}
.ova-ico-crypto .item.item-line:before {
  content: none;
}
.ova-ico-crypto .item:last-child:before {
  content: none;
}
.ova-ico-crypto .item:hover .text-number {
  background-color: var(--primary);
}
.ova-ico-crypto .item i, .ova-ico-crypto .item .text-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  color: #ffff;
  background-color: #3772ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: -24px;
}
.ova-ico-crypto .item .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 50px;
}
.ova-ico-crypto .item .desc {
  padding-left: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #DCD4E0;
}