.main {

  background-color: #6d0b0c; /* golden shade */

}







.hero-banner-wrapper {

  width: 100%;

  /* height: 300px; */

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

}



.hero-banner {

  max-width: 100%;

  /* min-height: 100%; */

  object-fit: fill;

  object-position: center;

}



/* Desktop & tablet screens */

@media (min-width: 768px) {

  .hero-banner-wrapper {

    /* height: 500px; */

  }

}



.history-section {

  background-color: #fff; /* golden shade */

  /* border-top: 4px solid #5b0000;  */

  /* border-bottom: 4px solid #5b0000; */

  color: #000; /* black text */

  

  line-height: 1.7;

}



.history-section p {

  margin-bottom: 1.5rem;
  font-size: 19px;

}



.history-section h4{

    color: #6d0b0c;

} 