
.banner{
background-image: url('https://nastrovacapital.com/_img/alice/wealth-management-main-banner.avif');
/*https://nastrovacapital.com/_multimedia/client-service.webp
background-repeat: no-repeat;
background-size: cover; 
background-position: center center;
width: 100%;
height: 100vh;
*/
height: 80vh;

}
.banner h1{
margin: 0.5rem;
font-size: 8rem;
color: black;
}


.investor-story {
  background: #ffffff;
  color: #1a1a1a;
  padding: 5rem 2rem;
  font-family: 'Georgia', serif;
}

.investor-story .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.investor-story h2 {
  font-size: 4.75rem;
  margin-bottom: 1rem;
  color: #00274d;
}

.investor-story .lead {
  font-size: 2.15rem;
  margin-bottom: 3rem;
  color: #333;
  max-width: 800px;
}

.ir-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.ir-story h3 {
  font-size: 3.3rem;
  margin-bottom: 0.5rem;
  color: #0a1f44;
}

.ir-story p {
  font-size: 2rem;
  color: #444;
  line-height: 1.6;
}

.cta-investor {
  margin-top: 4rem;
  text-align: center;
}

.cta-investor p {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-btn {
  padding: 0.75rem 2rem;
  background-color: #00274d;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.cta-btn:hover {
  background-color: #001933;
}
