.cardWrapper {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 25px 0 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--ifm-blue-900);
  text-align: center;
  font-family: var(--ifm-heading-font-family);
}
.subtitle {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: var(--ifm-blue-900);
  text-align: center;
  font-family: var(--ifm-heading-font-family);
}
.iconWrapper {
  background-color: var(--ifm-color-secondary-text);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
