/* ---------------------------------------------
   EXPLORE SECTION
---------------------------------------------- */

.explore-section {
  width: 100%;
  padding: 80px 20px;
  background-size: cover;
  background-position: center;
  text-align: center;
  border-radius: 16px;
  margin: 60px auto;
  color: #ffffff;
}

.explore-section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}

.explore-section-button {
  display: inline-block;
  padding: 14px 32px;
  background: #ee7149;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

.explore-section-button:hover {
  background: #d56440;
}

/* Mobile */
@media (max-width: 600px) {
  .explore-section-title {
    font-size: 28px;
  }
}
