:is(.card.jcb .inner) p {
  text-align: left;
}

.card.jcb .inner {
  display: flex;
  width: 80%;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  gap: var(--spacing-md);
}

:is(.card.jcb .inner) figure {
  width: 20%;
}

:is(.card.jcb .inner) p {
  width: 80%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .card.jcb .inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }

  :is(.card.jcb .inner) figure {
    width: 40%;
    margin: 0 auto;
  }

  :is(.card.jcb .inner) p {
    width: 100%;
    text-align: center;
  }
}

.page-use-shopping .section-inner.with-logo {
  width: 100%;
  position: relative;
}

:is(.page-use-shopping .section-inner.with-logo) figure {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  :is(.page-use-shopping .section-inner.with-logo) figure {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

:is(.page-use-jsecure .layout-step) .step-item {
  height: 380px;
}

@media screen and (max-width: 768px) {
  :is(.page-use-jsecure .layout-step) .step-item {
    width: 100%;
    height: fit-content;
  }
}

:is(.page-use-jsecure .layout-step) figure {
  width: 80%;
  margin: 1.5rem auto;
}

:is(:is(.page-use-jsecure .layout-step) figure) img {
  aspect-ratio: 202/175;
}

@media screen and (max-width: 768px) {
  :is(.page-use-jsecure .layout-step) figure {
    width: 35%;
  }
}
