.more-links.satisfaction {
  color: #004b9c;
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.editorial-content-full .more-links.satisfaction,
.video-full .more-links.satisfaction {
  width: 100%;
  margin-bottom: 50px;
}

.more-links.satisfaction .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.more-links.satisfaction .buttons button,
.more-links.satisfaction .buttons a {
  color: #fff;
  background-color: #004b9c;
  border: solid 1px #004b9c;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  height: auto;
  line-height: inherit;
  font-weight: 500;
  width: 40%;
}
