.service-list-item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-size: 100% 100%;
  background: radial-gradient(88.69% 88.69% at 71.9% 11.31%, #62D0FF 0%, #3071AD 100%);
  box-shadow: 56.27px 50px 56.27px rgba(178, 191, 211, 0.6);
}
.service-list-item {
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #49536F;
  padding-left: 30px;
  margin-bottom: 20px;
}