.explore_page {
  text-align: center;
}
.explore_header {
  margin-bottom: 2rem;
  padding: 1rem;
}
.explore_link {
  width: 100%;
  text-align: center;
  padding: 0.8rem;
  border: 1px solid #404040;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.3s;
  font-size: 1rem;
}
.explore_link:hover {
  background-color: #404040;
}
.explore_page a {
  text-decoration: none !important;
}
.explore_logo {
  width: 30%;
  height: auto;
  max-width: 100px;
}
.explore-icon img {
  height: 20px;
}
.explore-icon {
  display: inline-block;
  transition: all 0.3s;
  margin-right: 0.8rem;
}
.row-cap.row-600 {
  max-width: 600px;
  width: 100%;
}
.explore_text {
  color: #fff;
  margin-top: 2rem;
}
.explore_social {
  margin-top: 2rem;
}
