.card {
  background-color: var(--contentB);
  border: 1px solid var(--contentL);
  border-radius: 5px;
  padding: 16px;
  margin: 20px 0;
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(30, 30, 30, .07);
  position: relative
}

.card .body {
  display: flex;
  flex-direction: column;
}

.card .body .card-title {
  font-size: 18px;
}

.card .body .card-text {
  font-size: 28px;
}

.card .card-header {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700
}

.card .card-body {
  display: block;
  margin-top: 15px;
  align-items: center;
  flex-direction: column
}

.card-image .position-left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px
}

.card-image .position-center {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center
}
