#fw-section-password {

.password__subheading {
  text-align: center;
}

.password__subheading::after {
  content: "";
  display: block;

  /* Make it scale up to 700px wide, but shrink if the screen is smaller */
  width: 80%;
  max-width: 700px;  /* Increase if you want it even bigger */
  
  /* Keep the height in sync with the width */
  aspect-ratio: 3 / 4; /* If your image is a perfect square */
  /* or 4 / 5, 16 / 9, etc., depending on the real shape of your image */

  margin:  2rem auto 0; /* a bit more top spacing */
  background: url("https://i.imgur.com/j65l7CF.png") center/contain no-repeat;
}
}