.card {
  padding: 20px 22px;
  border-radius: 8px;
  background: #fff;
}

.card__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.card__description {
  font-size: 13px;
  line-height: 20px;
  color: #8F8F8F;
}

.card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
