.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;
}

/* 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: 0.5rem;
  font-size:19px;
}


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

.submit_button
{
background: linear-gradient(135deg, #f7d982, #f4c95d);
    color: #222;
    font-weight: 700;
    /* border: none; */
    padding: 14px 32px;
    /* border-radius: 12px; */
    transition: all 0.3s 
ease;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.visitorContent p
{
  font-weight: normal;
}