.method > p {
  max-width: 900px;
  color: #d3e0e5;
}

.method-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
}

.method-heading h2 {
  max-width: 850px;
}

.method-phoenix {
  display: block;
  width: 100%;
  max-width: 240px;
  justify-self: end;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .3));
}

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

  .method-phoenix {
    width: 180px;
    justify-self: start;
  }
}
