.why-cs .wcs-image {
  border-radius: 8px;
  overflow: hidden;
}
.why-cs .wcs-content ul li,
.why-cs .wcs-content ol li {
  color: #646464;
  padding-left: 28px;
  position: relative;
}
.why-cs .wcs-content ul li:not(:last-child),
.why-cs .wcs-content ol li:not(:last-child) {
  margin-bottom: 20px;
}
.why-cs .wcs-content ul li::before,
.why-cs .wcs-content ol li::before {
  content: "";
  width: 18px;
  height: 14px;
  background: url(../images/icons/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}

@media (min-width: 768px) {
  .why-cs .wcs-content ul li::before,
  .why-cs .wcs-content ol li::before {
    top: 8px;
  }
}
