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

.village-hero-text h1 {
  /*color: #fff !important; */
  padding: 0.5em 0;
  text-align: center;
}
.village-hero-text h4 {
  text-align: center;
  font-size: 1.35em;
}

.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(3) {
  border-right: none !important;  
}

@media screen and (max-width: 640px) {
  .village-hero-text ul {
    display: flex !important;
  }
}