.oncology-hematology-expertise-stats {
  background: url(../image/neuro-depth-bg-scaled.webp) 0 0 no-repeat;
  background-size: cover;
  font-family: Arial, sans-serif;
  text-align: center !important;
  padding-top: clamp(2.5em, 6vw, 6em);
  padding-bottom: 0;
}

.oncology-hematology-expertise-stats .container.col h2 {
  margin-inline: auto;
  text-align: center !important;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  color: #fff;
}

.oncology-hematology-expertise-stats .container.col p {
  margin-inline: auto;
  max-width: 1400px;
  color: #fff;
}

.oncology-hematology-expertise-stats .container.col .numbers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  flex-wrap: wrap;
}

.oncology-hematology-expertise-stats .container.col .numbers .item {
  flex-basis: 25%;
}

@media (max-width: 960px) {
  .oncology-hematology-expertise-stats .container.col .numbers .item {
    flex-shrink: 0;
    flex-basis: 50%;
    margin-bottom: 4em;
  }
}
@media (max-width: 600px) {
  .oncology-hematology-expertise-stats .container.col .numbers .item {
    flex-basis: 100%;
    margin-bottom: 2em;
  }
}
.oncology-hematology-expertise-stats .container.col .numbers p.number {
  color: #fa9800;
  font-family: "Arial Narrow", "Helvetica Condensed", sans-serif;
  font-size: clamp(3.5rem, 6vw, 6rem);
  margin-bottom: 0;
}

.oncology-hematology-expertise-stats .container.col .numbers p {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  color: #fff;
}

.te-stats-footnote {
  text-align: left !important;
  width: 100%;
  margin-top: 4em;
  font-size: clamp(0.8rem, 1.05vw, 1.05rem);
}
@media (max-width: 600px) {
  .te-stats-footnote {
    margin-top: 0;
    text-align: center !important;
  }
}

.pinwheel-arrow-mask {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 1em;
}
.pinwheel-arrow-mask:after {
  content: "";
  width: 100%;
  height: 20px;
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pinwheel-arrow-mask img {
  width: 100%;
}
@media (max-width: 960px) {
  .pinwheel-arrow-mask {
    margin-top: 0;
  }
}

.pinwheel-content {
  padding-block: 0;
}
.pinwheel-content .container {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pinwheel-content .container {
    flex-direction: column;
    row-gap: 2em;
  }
}
.pinwheel-content .pinwheel-col {
  width: 55%;
}
@media (max-width: 767px) {
  .pinwheel-content .pinwheel-col {
    width: 100%;
  }
}
.pinwheel-content .desc-col {
  width: 40%;
}
@media (max-width: 767px) {
  .pinwheel-content .desc-col {
    width: 100%;
  }
}
.pinwheel-content .desc-col .desc-box {
  background: #d6d3dd;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .pinwheel-content .desc-col .desc-box {
    margin-bottom: 2em;
  }
}
.pinwheel-content .desc-col .desc-box p {
  color: #302256;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  margin-block: 1em;
}
.pinwheel-content .desc-col .pinwheel-stats {
  width: 300px;
  max-width: 100%;
}
