#specialist-care {
  text-align: center;
  margin-top: 0 !important;
}
#specialist-care .heading {
  color: #333333;
  font-size: 1.5625em;
  line-height: 1.4;
}
#specialist-care .sub-heading {
  font-size: 1.5625em;
  line-height: 1.4;
}
#specialist-care ul {
  margin-top: var(--spacer1);
  list-style-type: none;
}
#specialist-care ul li {
  background: white;
  position: relative;
  border-radius: var(--border-radius);
}
#specialist-care ul li::marker {
  content: "" !important;
}
#specialist-care ul li a {
  word-break: break-word;
  padding: var(--gutter1);
  white-space: initial;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  display: flex;
  gap: var(--gutter0);
  place-items: center;
  background: initial;
  flex-direction: column;
  place-content: center;
}
#specialist-care ul li a .symbol {
  height: 2em;
  max-width: 2.4em;
}
#specialist-care ul li a:not(:hover) .symbol {
  --symbol-colour:url(#brand-gradient);
}
@media (hover: hover) {
  #specialist-care ul li a:hover .symbol.icon {
    --icon-colour:white;
  }
}
#specialist-care ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(var(--gradient-angle, 270deg), #ff2871 var(--gradient-offset, 33%), #ff715c);
  opacity: 0;
  transition: var(--transition);
}
@media (hover: hover) {
  #specialist-care ul li:hover {
    background-color: transparent;
  }
  #specialist-care ul li:hover a {
    color: white;
  }
  #specialist-care ul li:hover::before {
    opacity: 1;
  }
}
@media (max-width: 660px) {
  #specialist-care ul {
    --grid-column-width: unset;
  }
}
/*# sourceMappingURL=../sourcemaps/components/specialist-care.css.map */