p {
  font-family: InriaSans-Regular, sans-serif;
}

p {
  text-align: center;
}

h1 {
  font-family: Adoretta-Holland-Serif, sans-serif;
}

.how-hero {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.63) 6.82%,
      rgba(0, 0, 0, 0) 35.69%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 19.15%, rgba(0, 0, 0, 0.49) 67.81%),
    url("../assets/images/how-hero-bg.webp"), #d0d0d0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.the-three-layer {
  background-image: url("../assets/images/the-three-layer-symphony-bg.webp");
  background-color: lightgray;
  background-position: 50%; /* shorthand for center */
  background-size: cover;
  background-repeat: no-repeat;
}

.what-we-will-section-para p,
.left-text-cont p,
.second-right-text-cont p,
.third-right-text-cont p {
  text-align: left;
}

.mid-cont,
.second-mid-cont,
.third-mid-cont {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s ease-in-out, opacity 0.9s ease-in-out,
    padding-top 1.3s ease-out;
}

.first-moment-heading,
.second-moment-heading,
.third-moment-heading {
  transition: all 0.8s ease-in-out;
}

.fa-open {
  padding-top: 81px;
  max-height: 3000px;
  opacity: 1;
}

.padding-top-113 {
  padding-top: 113px;
}

.home-card {
  width: 304px;
  height: 350px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, #d9d8d6 0%, #d9d8d6 100%), #826449;
  transition: all 1s ease-in-out;
}

/* @media (max-width: 920px) {
  .left-imag-cont,
  .right-imag-cont {
    width: 350px;
  }
} */
