/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.qr {
  width: 120px;
  height: 120px;
  min-width: 120px;
  aspect-ratio: 1;
  background-color: white;
  color: #16181e;
  border-radius: 8px;
  padding: 12px;
}

.qr img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

section.intro {
  overflow: hidden;
}
section.intro .misa_license {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 60%;
  width: 525px;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  section.intro .misa_license {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}

section.benefits {
  overflow: hidden;
}
section.benefits .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 384px));
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  section.benefits .cards {
    grid-template-columns: 1fr;
  }
}
section.benefits picture {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.benefits picture {
    position: relative;
    top: -24px;
    left: auto;
    transform: none;
  }
}
section.benefits img {
  filter: brightness(0.9);
  width: 684px;
  margin: 0 auto;
}

section.history h4 {
  margin-bottom: 16px;
}
section.history img {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  section.history img {
    width: 200px;
  }
}