.member-review {
  padding: 64px 53px 0;
}
.member-review h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: normal;
  letter-spacing: normal;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}
.member-review h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
  font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
  margin-top: 44px;
  color: #2a3a91;
}
.member-bottom-pane .btn-wrapper {
  width: 40%;
  float: left;
}
.member-bottom-pane .author-info {
  width: 60%;
  float: left;
  text-align: right;
}
.member-bottom-pane .rating {
  padding-top: 23px;
  padding-right: 5px;
}
.member-bottom-pane .rating .star {
  width: 24px;
  height: 21px;
  position: relative;
  margin: 0px 0px 5px 6.5px;
  display: inline-block;
}
.member-bottom-pane .rating .star .star-inner svg {
  stroke-width: 0;
  fill-opacity: 1;
  stroke: #000000;
  stroke-opacity: 1;
  fill: #FFB700;
  width: 24px;
  height: 21px;
}
.member-bottom-pane .author-quote h5 {
  font-family: playfair display,serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}
.member-bottom-pane a.member-btn {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 20px;
  border-radius: 30px;
  transition: all 0.4s ease 0s;
  background: #028cd6;
  color: #fff;
  padding: 14px 48.5px 15px;
  display: inline-block;
  margin-top: 3px;
  text-decoration: none;
}




@media screen and (max-width: 1024px) {
  .member-review {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .member-review h2 {
    font-size: 23px;
  }
  .member-review {
    padding: 46px 0 0 0;
  }
  .member-review h4 {
    display: none;
  }
  .member-bottom-pane .btn-wrapper {
    width: 100%;
    float: none;
    display: none;
  }
  .member-bottom-pane .author-info {
    width: 100%;
    float: none;
    text-align: left;
    display: none;
  }
}




