
/* shadow-xl h-full xl:h-360px p-8 */

.acorn-feature-c-box {
  box-shadow: 0px 4px 8px #00000029;
  height: 100%;
  padding: 2rem;
  border-radius: 10px;
  background-color: #ffffff; 
  display: flex;
  flex-direction: column;
  align-items: center;
}

.acorn-feature-c-circle-wrapper {
  position: relative;
  margin-left: 5px;
  white-space: nowrap;
}

.acorn-feature-c-circle-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: fill;

  height: 60px !important;
  top: -15px;
  width: 470px;
  left: -7px;
  width: 103%;
  transform: scaleX(-1);
  z-index: -1;
}

.acorn-feature-c-highlight {
  color: #743bfc;
}

.acorn-feature-c-background-svg-1 {
  left: 10%;
  bottom: 10%;
  max-width: 492px;
  width: 30%;
  position: absolute;
  z-index: -1;
}

.acorn-feature-c-background-svg-2 {
  max-width: 815px;
  width: 40%;
  right: 10%;
  position: absolute;
  z-index: -1;
}
