.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 12rem;
}

.hero-section h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 55px;
  font-weight: 700;
}

.underline {
  width: 70%;
  height: 4px;
  background-color: #cababa;
  margin: 0.5rem auto; /* Centers the line */
}
.table-responsive {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table-responsive h3 {
  margin-top: 2rem;
  color: #460503;
  display: flex;
  font-weight: 600;
  justify-content: center;
}

.table-design {
  width: 70%;
}


@media (max-width: 767px) {
  .table-design {
    width: 90%;
    font-size: 11px;
    font-weight: 500;
  }

  .table-responsive h3 {
    font-size: 16px;
    font-weight: 700;
  }

}





