.memberships ul {
  list-style: none;
  -webkit-padding-start: 0;
  width: 100%;
  margin-bottom: 60px;
}
.memberships h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.membership-listing {
  text-align: center;	
  margin-bottom: 15px;
}
.membership-wrap {
  border: 1px solid black;
  padding: 20px;
  height: 100%;
  min-height: 336px;
  position: relative;
}
.membership-wrap h1 {
  margin: 0 0 15px 0;
}
.membership-wrap p {
  margin: 0;
}
.membership-wrap ul {
  list-style: disc;
  text-align: left;
  width: 90%;
  max-width: 301px;
  margin-bottom: 30px;
  margin: 0 auto 30px auto;
  min-height: 170px;
}
.membership-wrap li {

}
.membership-wrap .membership-description {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 25px;
  min-height: 75px;
}
.large .membership-wrap .membership-description {
  min-height: 0;
}
.membership-wrap .membership-duration {
  margin-bottom: 30px;
  min-height: 24px;
}
.large .membership-wrap .membership-duration {
  margin-bottom: 5px;
}
.large .membership-wrap .membership-locations {
  font-style: italic;
}
.membership-wrap .membership-expiration {
    max-width: 150px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto 20px auto;
}
.membership-wrap a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}