body .sampro-knowledge .sampro-knowledge__decision .sampro-knowledge__decision-grid > p {
  color: #fff !important;
}

body .sampro-knowledge .sampro-knowledge__decision h2 {
  color: #fff !important;
}

.sampro-knowledge__architecture--circle {
  padding: 68px 0 74px;
  background: #f3f7fb;
}

.sampro-knowledge__circle-layout {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(440px, 1.2fr);
  gap: 62px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid #d2deea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(13, 46, 83, .08);
}

.sampro-knowledge__suite-circle {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 1;
  justify-self: center;
}

.sampro-knowledge__suite-circle svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}

.sampro-knowledge__circle-track,
.sampro-knowledge__circle-segment {
  fill: none;
}

.sampro-knowledge__circle-track {
  stroke: #e4ebf3;
  stroke-width: 32;
}

.sampro-knowledge__circle-segment {
  stroke-width: 30;
  stroke-linecap: butt;
  stroke-dasharray: 31 69;
}

.sampro-knowledge__circle-segment--office {
  stroke: #1473d2;
  stroke-dashoffset: 0;
}

.sampro-knowledge__circle-segment--ems {
  stroke: #d9a521;
  stroke-dashoffset: -33.333;
}

.sampro-knowledge__circle-segment--windows {
  stroke: #19836c;
  stroke-dashoffset: -66.666;
}

.sampro-knowledge__circle-center {
  position: absolute;
  inset: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #dce5ef;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 26px rgba(13, 46, 83, .09);
}

.sampro-knowledge__circle-center span {
  color: #9b720b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
}

.sampro-knowledge__circle-center strong {
  margin-top: 6px;
  color: #072653;
  font-size: 22px;
  line-height: 1.15;
}

.sampro-knowledge__circle-legend {
  display: grid;
  gap: 12px;
}

.sampro-knowledge__legend-item {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid #dbe5ef;
  border-radius: 6px;
  background: #fff;
}

.sampro-knowledge__legend-item > span {
  width: 8px;
  height: 100%;
  min-height: 72px;
  border-radius: 3px;
  background: #1473d2;
}

.sampro-knowledge__legend-item--ems > span {
  background: #d9a521;
}

.sampro-knowledge__legend-item--windows > span {
  background: #19836c;
}

.sampro-knowledge__legend-item small {
  display: block;
  margin-bottom: 4px;
  color: #718196;
  font-size: 10px;
  font-weight: 800;
}

.sampro-knowledge__legend-item h3 {
  margin: 0;
  color: #0b3568;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.sampro-knowledge__legend-item p {
  margin: 7px 0 0;
  color: #52657d;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .sampro-knowledge__circle-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sampro-knowledge__suite-circle {
    width: min(100%, 360px);
  }
}

@media (max-width: 560px) {
  .sampro-knowledge__circle-layout {
    padding: 26px 18px;
  }

  .sampro-knowledge__circle-center strong {
    font-size: 18px;
  }

  .sampro-knowledge__circle-center span {
    max-width: 88px;
    font-size: 9px;
  }

  .sampro-knowledge__legend-item {
    gap: 14px;
    padding: 16px;
  }
}
