.letoha-parallax {
  background-image: url('../img/drletohabg-optimized.webp');

  min-height: 360px;

  display: flex;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.letoha-flex {
  display: flex;
  background-color: #2d503e;
  justify-content: center;
  align-items: center;
  height: 300px;
}