.c-pricing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.c-pricing__wrapper-img {
  display: flex;
  flex-direction: column;
  object-fit: contain;
  > img {
    height: auto;
  }
  > small {
    font-size: calc(var(--vw) * 14);
    font-weight: bold;
    line-height: calc(var(--vw) * 22);
  }
}

.c-pricing--top {
  margin-top: calc(var(--vw) * 24);
}

@media (min-width: 1024px) {
  .c-pricing--top {
    margin-top: calc(var(--vw) * 32);
  }
}
