
.hero-image {
    text-align: center; /* Center the image horizontally */
}

.img-fluid {
    width: 100%; /* Make the image 100% width */
    height: auto; /* Maintain aspect ratio */
}

.hero-heading {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.05rem;
  text-align: center;
}
