.title-line {
  position: relative;
  width: 45.9rem;
  height: 9.625rem;
  flex-shrink: 0;
}

.my {
  left: 0;
  top: 3.25rem;
}

.grandmother {
  position: absolute;
  left: 2.18rem;
  top: 0.15rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 4.35rem;
  line-height: 5.8rem;
  color: var(--cream);
}

.taught {
  left: 12.25rem;
  top: 6rem;
}

.kolam-word {
  position: absolute;
  left: 29.5rem;
  top: 2.4rem;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 4.95rem;
  line-height: 6.5rem;
  color: var(--cream);
}

@media (max-width: 56.25rem) {
  .title-line {
    width: 82vw;
    height: auto;
    min-height: 13rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem 0.75rem;
    text-align: center;
  }

  .my,
  .grandmother,
  .taught,
  .kolam-word {
    position: relative;
    left: auto;
    top: auto;
    display: inline;
  }

  .grandmother {
    font-size: 3.625rem;
    line-height: 4rem;
  }

  .kolam-word {
    font-size: 3.875rem;
    line-height: 4.25rem;
  }
}
