.merInfo {
  margin: 5% 10%;
}
.merContent {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.merContent ul {
  list-style-type: disc;
}
.merContent ul li {
  list-style-type: disc;
}
.mer-sub-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(images/mer3.jpg);
  background-position: center;
  /* background-position-y: 10px; */
  /* Make make nessisary changes */
  background-size: cover;
  text-align: center;
  color: #fff;
}
.mer-sub-header h1 {
  margin-top: 100px;
}
