.clinical-result-section-2 {
  background: linear-gradient(90deg, rgba(229, 246, 243, 0.7) 0%, rgba(229, 246, 243, 0.2) 100%);
}
.clinical-result-section-2 .graphic-holder {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.clinical-result-section-3 .graphic-holder {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.clinical-result-section-4 {
  background: linear-gradient(90deg, rgba(85, 117, 217, 0.15) 0%, rgba(85, 117, 217, 0.15) 25%, rgba(85, 117, 217, 0.05) 50%);
}
.clinical-result-section-4 .graphic-holder {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.clinical-result-section-4 .divide-line {
  height: 1px;
  background-color: #5575D9;
}
