.hero-section{
  background-color : #1a76be;
  overflow: hidden;
}
  
.sub-hero-text {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 1.5rem;
  color: #18212e;
  text-align: center;
}

.hero-text-main {
  letter-spacing: -1px;
  color: white;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  text-align: center;
}


.hero-section-main-text{
  color: #18212e;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  overflow: hidden;
}

.hero-section-text-below{
  color: #18212e;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 1rem;
  overflow: hidden;
}
  

