section.hero {
  background: url("../images/lotus-6474572_1920-pink.webp");
  background-position: center -100px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 70vh;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

section.hero#ref {
  background: url("../images/lotus-6474572_1920-pink-left.webp");
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 50vh;
  width: 100%;
  font-size: 1rem;
  text-align: left;
}

/* carousel */
.carousel-inner {
  height: 305px;
  display: flex;
  align-items: center;
}
