#section-3 {
  border-bottom: 15px solid white;
}

.sec3-heading {
  padding: 5px;
  background-color: var(--teritary-col);
  width: 20%;
  border-radius: 25px;
  color: var(--fourth-col);
}
.sec3-explore-text {
  width: 50%;
}
.sec3-img-con img {
  border: 15px solid var(--teritary-col);
}

.master-plan-img {
  filter: blur(8px);
}

@media (max-width: 576px) {
  .sec3-heading {
    padding: 5px;
    width: 70%;
  }

  .sec3-explore-text {
    width: 100%;
  }
  .sec3-img-con img {
    border: 5px solid var(--teritary-col);
  }
}
