.results-section {
  margin: 100px 0;
}
.result-box {
  padding: 40px;
  background: linear-gradient(119.72deg, #07074b 44.83%, #000322 87.69%);
  border-radius: 18px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.result-box > *:not(:last-child) {
  margin-bottom: 50px;
}
.result-box > .results-list > h6:not(:last-child) {
  margin-bottom: 30px;
}
.result-box > .results-list > h6 {
  display: flex;
  position: relative;
}
.result-box > .results-list > h6:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.38346 0 0 5.38346 0 12C0 18.6165 5.38346 24 12 24C18.6165 24 24 18.6165 24 12C24 5.38346 18.6165 0 12 0ZM18.7068 8.8421L11.0376 16.4511C10.5865 16.9023 9.86466 16.9323 9.38346 16.4812L5.32331 12.782C4.8421 12.3308 4.81203 11.5789 5.23308 11.0977C5.68421 10.6165 6.43609 10.5865 6.91729 11.0376L10.1353 13.985L16.9925 7.12782C17.4737 6.64662 18.2256 6.64662 18.7068 7.12782C19.188 7.60902 19.188 8.3609 18.7068 8.8421Z" fill="white"/></svg>');
  display: flex;
  height: 24px;
  width: 24px;
  margin-right: 30px;
  margin-top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.result-box .results-list + h4 {
  color: #00b7ff;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
}

@media (max-width: 1199px) {
  .result-box > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .result-box > .results-list > h6:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .results-section {
    margin: 70px 0;
  }
  .result-box {
    padding: 30px;
  }
  .result-box > .results-list > h6:before {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    margin-top: 1px;
  }
  .result-box > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .result-box > .results-list > h6:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .result-box {
    width: calc(100% - 30px);
    margin: 0px 15px;
    padding: 30px 20px;
  }
}
