
.hero-banner {
  position: relative;
  background-color: rgb(240,245,249);
  display: flex;
  justify-content: center;
}

.hero-banner h1 {
  color: #39729E;
  font-size: 2.5rem;
  text-align: center;
}

table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  table-layout:auto;
}

th, td {
  text-align: left;
  width: 25%;
}