.AdvantageItem {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 12.5rem;
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 1.5rem 0;
  box-shadow: 0 1rem 1.25rem 0 rgba(0, 0, 0, 0.05);
}

.AdvantageItem-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.AdvantageItem-content p {
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 48.01rem) {
  .AdvantageItem-content p {
    font-size: 1rem;
  }
}

.AdvantageItem-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 5px;
}

.AdvantageItem-icon img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(3524%) hue-rotate(244deg) brightness(71%) contrast(145%);
}

@media (min-width: 36.01rem) {
  .AdvantageItem {
    width: 40%;
  }
}

@media (min-width: 64.01rem) {
  .AdvantageItem {
    width: 240px;
  }
}

/*# sourceMappingURL=advantages-item.min.css.map */
