.village-hero-container {
  background-color: #fff; /*change*/
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #D6E2E7; /*change*/
}

.village-hero-text h1 {
  /*color: #fff !important; */
  padding: 0.5em;
}

.village-hero-text a {
  /*color: #fff !important;*/
  text-overflow: inherit !important;
}

.village-hero-text li {
  margin-left: 0 !important;
  /* border-right: 1px solid #D6E2E7; /*change*/
}

.village-hero-text li:nth-child(6) {
  border-right: none !important;  
}

@media screen and (max-width: 640px) {
  .village-hero-text ul {
    display: flex !important;
  }
  .village-hero-text li:nth-child(2) {
  border-right: none !important;  
}
}