.new-standard-cancer-care {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #5f1c6b;
  color: var(--white);
  padding: 0.72rem 1.18rem;
}
.new-standard-cancer-care__title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02rem;
  margin-bottom: 0.54rem;
}
.new-standard-cancer-care__description {
  width: 16.36rem;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (min-width: 768px) {
  .new-standard-cancer-care {
    width: 100%;
    padding: 0.67rem 0;
    text-align: left;
  }
  .new-standard-cancer-care__title {
    font-size: 0.83rem;
    font-weight: 500;
    margin-bottom: 0.45rem;
    width: unset;
  }
  .new-standard-cancer-care__description {
    width: 26.71rem;
    font-size: 0.6rem;
    list-style: 160%;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.45rem;
  }
}
