.neofit-card__container .neofit-card__top-container .neofit-card__image {
  height: 200px;
}
.neofit-card__container .neofit-card__top-container .neofit-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.neofit-card__container .neofit-card__top-container .neofit-card__title {
  background-color: #58F1FE;
  color: #FF38FC;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.neofit-card__container .neofit-card__info {
  display: flex;
  gap: 12px;
  justify-content: space-around;
}
.neofit-card__container .neofit-card__info .neofit-card__duration .text, .neofit-card__container .neofit-card__info .neofit-card__intensity .text {
  color: #58F1FE;
  font-size: 16px;
  font-weight: 700;
}
.neofit-card__container .neofit-card__description {
  color: white;
  font-size: 16px;
}

/*# sourceMappingURL=neonfit-card.css.map */
