.explore-area {
  margin-bottom: 5rem;
}

.explore-area > ul {
  margin-left: 1rem;
  list-style: none;
  font-weight: bold;
}

.explore-area li > ul {
  list-style: square;
}

section {
  margin-bottom: 100px;
}

.explore-area li {
  margin: 0.5rem;
}

.section-header {
  border-bottom: 3px solid #004525;
  line-height: 7rem;
}

h3#tour {
  margin-bottom: 3rem;
}

.btn1 {
  margin: 0 20px 10px 2rem;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  background-color: #00703c;
  color: #ffffff !important;
  border: solid 2px #00703c;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1.4rem;
}

.btn1:hover {
  border-color: #004525;
  background-color: #004525;
}

.apply img {
  display: block;
  margin: 2rem auto;
}

.apply .btn1 {
  display: block;
  width: fit-content;
}

.steps li {
  margin: 4rem 1rem;
}

.steps li a {
  margin: 1rem auto;
}

.more-info ul {
  list-style: none;
  font-size: 1.8rem;
  padding: 0;
}

.more-info li {
  margin: 3rem 0;
}

.more-info li ul li {
  margin: 3rem;
}
