.BenefitPointItem {
  border: 1px solid var(--colorOutlines);
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: inherit;
  transition: var(--animationBase);
}

.BenefitPointItem:hover, .BenefitPointItem:active, .BenefitPointItem:focus {
  text-decoration: none;
  border-color: var(--colorBlack);
}

.BenefitPointItem-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.BenefitPointItem-image img {
  max-width: 100%;
  height: auto;
}

.BenefitPointItem-title {
  color: inherit;
}

.BenefitPointItem-desc {
  font-weight: 700;
}

.BenefitPointItem-desc p:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=benefit-point-item.min.css.map */
