.map {
  position: relative;
}

.membership .info, .membership .form-wrapper {
  box-sizing: border-box;
}

.membership {
  display: flex;
  flex-wrap: wrap;
}

.membership {
  justify-content: space-between;
}

.membership {
  align-items: flex-start;
}

.membership .info h2 {
  font-family: "neurial_grotesk", sans-serif;
}

.map {
  border-top: 1px solid #74615a;
}

@media screen and (min-width: 961px) {
  .membership {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 761px) and (max-width: 960px) {
  .membership {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 760px) {
  .membership {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

@media screen and (min-width: 1201px) {
  .membership {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1200px) {
  .membership {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 760px) {
  .membership {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 1920px) {
  .membership .info h2 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .membership .info h2 {
    font-size: 1.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .membership .info h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 450px) {
  .membership .info h2 {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1920px) {
  .membership .info p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .membership .info p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .membership .info p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .membership .info p {
    font-size: 1em;
  }
}

.membership .info h2 {
  font-weight: bold;
  margin-bottom: 1.2em;
  line-height: 1.1em;
}

.membership .info p {
  font-weight: normal;
  line-height: 1.6em;
}

.membership .info p {
  margin-bottom: 1.5em;
}

.hero {
  background-color: #74615a;
}

.membership .info, .membership .form-wrapper {
  width: 48%;
}
.membership .info h2 {
  color: #6fc749;
}
.membership .form-wrapper {
  background-color: #6fc749;
  padding: 5% 5%;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .membership .info, .membership .form-wrapper {
    width: 100%;
  }
}
.map {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 760px) {
  .map {
    height: 300px;
  }
}
