.bundle-fit__card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.4rem 2rem;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.bundle-fit__icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
}

.bundle-fit__icon.feather {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
}

.bundle-fit__card-title {
  font-size: 1.8rem;
  line-height: 1.3em;
}

.bundle-fit__card-text {
  font-size: 1.4rem;
  line-height: 1.55em;
}

.bundle-fit__card-text a {
  color: #0088ff;
  font-weight: 700;
  text-decoration: underline;
}

.bundle-fit__card-text a:hover,
.bundle-fit__card-text a:focus {
  color: #0074d9;
}

@media all and (max-width: 767px) {
  .bundle-fit__card {
    padding: 2rem 1.8rem;
  }

  .bundle-fit__card-title {
    font-size: 1.6rem;
  }
}
