@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ----- FINANCIAL START ----- */

.enzo-banner-page-wrap {
  width: 100%;
  height: auto;
  padding: 0px 0 0px 0;
  background: var(--Color-2, #05256D);
}

.star-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;

  img {
    width: 30px;
    height: 30px;
  }


}

.about-enzo-wrap {
  width: 100%;
  min-height: 100vh; /* Ensures it covers the full viewport height */
  padding: 150px 15px;
  background-size: cover;
  background-position: center center; /* Center the image */
  background-repeat: no-repeat;
  margin-top: 73px;
  margin-bottom: 0px;
}


.content-enzo-wrap {
  padding: 76px 0 0px 0;
}

.content-enzo-wrap h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.content-enzo-wrap p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #fff;
  width: 45%;
}

/* ----- FINANCIAL START ----- */