
.explore-section {
  padding: 80px 45px;
  
}

.explore-main-title {
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.3;
}

.explore-intro {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.explore-row {
  margin-bottom: 0;
}

.explore-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;

  height:100%;
}

.explore-title {
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.3;
}

.explore-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 20px;
}

.explore-text:last-child {
  margin-bottom: 0;
}

.explore-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}

.explore-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .explore-section {
    padding: 60px 0 0;
  }
  .mb-5-991 {
    margin-bottom: 0 !important;
  }
  .explore-content {
    padding: 20px 40px 60px 40px;
    min-height: auto;
  }
  
  .explore-image {
    min-height: 400px;
  }
  
  .explore-main-title {
    margin-bottom: 20px;
  }
  
  .explore-intro {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .explore-section {
    padding: 64px 15px;
  }
  
  .explore-content {
    padding: 40px 12px;
  }
  
  .explore-image {
    min-height: 300px;
	   padding-left:  12px;
	  padding-right:  12px;
  }
  
  .explore-intro {
    font-size: 1rem;
  }
  
  .explore-text {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
    .explore-section {
    padding: 40px 15px;
    }
    .explore-main-title {
    margin-bottom: 2px;
    }
    .explore-content {
    padding: 14px 12px;
    }
}    
