.product-feature {
  position: relative;
  box-sizing: border-box;
}

.product-feature__icon {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  object-fit: contain;
  margin-bottom: 1.5rem;
}

.product-feature__title {
  padding-top: 1.5rem;
  border-top: 0.1rem solid rgb(var(--color-foreground));
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 600;
}

.product-feature__text {
	color: rgb(var(--color-foreground));
}