.learning-method {
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  gap: 1.25rem;
}

.learning-method .copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.learning-method .copy h1 {
  max-width: 100%;
  font-size: clamp(2rem, 3.15vw, 3rem);
  line-height: 1.08;
}

.learning-method .nona {
  z-index: 1;
  justify-self: end;
  width: 100%;
  max-width: 290px;
}

.learning-method .nona .sun {
  width: 245px;
  height: 245px;
}

.learning-method .nona img {
  width: 205px;
  height: 205px;
}

@media (max-width: 720px) {
  .learning-method {
    grid-template-columns: 1fr;
  }

  .learning-method .copy h1 {
    font-size: 2rem;
  }

  .learning-method .nona {
    justify-self: center;
    max-width: 230px;
  }

  .learning-method .nona .sun {
    width: 175px;
    height: 175px;
  }

  .learning-method .nona img {
    width: 150px;
    height: 150px;
  }
}
