.vision-list {
  margin-bottom: 1rem;
}

.vision-list__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vision-list__border {
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px dotted #B9B9B9;
}

.vision-list__header {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .vision-list__header {
    width: 30%;
  }
}

.vision-list__header h2 {
  color: #507A58;
  font-size: 28px;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .vision-list__header h2 {
    font-size: 42px;
  }
}

.vision-list__description {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .vision-list__description {
    width: 68.5%;
  }
}

@media (min-width: 600px) {
  .vision-list__description p {
    font-size: 17px;
  }
}
