.explore-header {
  height: 300px;
  background: url('https://images.unsplash.com/photo-1548182880-8b7b2af2caa2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80');
  background-size: cover;
  background-position: center;
}

.google-map {
  background: #a7a7a7;
  height: 630px;
}

.explore-container {
  margin-top: -120px;
}

.explore-list {
  max-height: 550px;
  overflow: scroll;
}

.explore-title {
  font-weight: bold;
  font-size: 50px;
  font-weight: 800;
  line-height: 41px;
  color: #ffffff;
  background: #E71D2A;
  padding: 30px;
  text-transform: uppercase;
}

.explore-card {
  padding: 30px;
  background: #ffffff;
  cursor: pointer;
}

.explore-card .explore-image {
  background: url('https://images.unsplash.com/photo-1483181994834-aba9fd1e251a?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
  background-position: center;
  background-size: cover;
  height: 230px;
  position: relative;
}

.explore-card .pin-number {
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  background: #E71D2A;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-card h5 {
  font-weight: bold;
  font-size: 30px;
  color: #4A4A4A;
  margin-top: 20px;
}

.explore-card small {
  font-size: 16px;
  color: #9B9B9B;
  font-weight: bold;
}

.explore-card p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.explore-card .see-more {

}
