.l-destiny-recommendations__checks {
  border: 2px dashed #cacaca;
  border-radius: 10px;
}
.l-destiny-recommendations__checks ul {
  column-count: 2;
  margin-bottom: 20px;
  column-gap: 0;
  margin: 0;
  padding-top: 60px;
}
@media (max-width: 1599.98px) {
  .l-destiny-recommendations__checks ul {
    margin-bottom: 16px;
    padding-top: 48px;
  }
}
@media (max-width: 767.98px) {
  .l-destiny-recommendations__checks ul {
    column-count: 1;
    padding-top: 30px;
  }
}
.l-destiny-recommendations__checks li {
  padding: 0 44px 30px 90px;
  position: relative;
  font-size: 1em;
  line-height: 1.63;
}
@media (max-width: 1599.98px) {
  .l-destiny-recommendations__checks li {
    padding: 0 35.2px 24px 72px;
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  .l-destiny-recommendations__checks li {
    padding: 0 15px 25px 50px;
  }
}
.l-destiny-recommendations__checks li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50px;
  width: 20px;
  height: 16px;
  background: url("../../images/check.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1599.98px) {
  .l-destiny-recommendations__checks li:before {
    top: 4.8px;
    left: 40px;
    left: 40px;
    width: 16px;
  }
}
@media (max-width: 767.98px) {
  .l-destiny-recommendations__checks li:before {
    left: 20px;
    width: 20px;
    height: 16px;
    top: 4px;
  }
}