body {
  background-color: #d5e1ef;
  display: grid;
  place-items: center;
  text-align: center;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.0477);
  padding: 16px 16px 40px 16px;
  width: min(320px, 90vw);
}
.card__image {
  border-radius: 10px;
  margin-bottom: 24px;
}
.card__heading {
  color: #1f314f;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
  padding-inline: 16px;
}
.card__description {
  color: #68778d;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 140%;
  padding-inline: 16px;
}/*# sourceMappingURL=styles.css.map */