.main {
  background-color: #6d0b0c; /* golden shade */
}



.hero-banner-wrapper {
  width: 100%;
  height: 300px; /* mobile default height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner {
  min-width: 100%;
  min-height: 100%;
  object-fit: fill;
  object-position: center;
}

.rentalSection p
{
  color:#000;
  font-size: 19px;
}

/* Desktop & tablet screens */
@media (min-width: 768px) {
  .hero-banner-wrapper {
    height: 500px; /* bigger height on desktop */
  }
}

.history-section {
  background-color: #fff; /* golden shade */
  /* border-top: 4px solid #5b0000;  */
  /* border-bottom: 4px solid #5b0000; */
  color: #000; /* black text */
  font-size: 1rem;
  line-height: 1.7;
}

.history-section p {
  margin-bottom: 1.5rem;
}


.history-section h4{
    color: #6d0b0c !important;
} 