.paragraph--type-follow-us {
  text-align: center;
  padding: 50px 0 35px;
  position: relative;
  z-index: 1;
}

.paragraph--type-follow-us:before {
  background: #f3f3f3;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
}

@media (min-width: 768px) {
  .paragraph--type-follow-us {
    padding: 80px 0 65px;
  }
}

.paragraph--type-follow-us h2 {
  font-size: 30px;
  margin: 0 0 20px;
}

.paragraph--type-follow-us .field--name-field-follow-us-text {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .paragraph--type-follow-us .field--name-field-follow-us-text {
    margin-bottom: 60px;
  }
}

.paragraph--type-follow-us .social-links-wrap a {
  color: #000;
  border: 2px solid #000;
  font-size: 18px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 0 23px 15px;
  font-family: Amnesty Trade Gothic BdCn20, sans-serif;
  line-height: 1.25;
  text-align: center;
  min-width: 156px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.paragraph--type-follow-us .social-links-wrap a:hover {
  opacity: 0.6;
}

.paragraph--type-follow-us .social-links-wrap a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 10px;
}

.paragraph--type-follow-us .facebook:before {
  background-image: url("/themes/custom/amnesty/images/icons/ico-facebook.svg");
  width: 10px;
  height: 20px;
}

.paragraph--type-follow-us .instagram:before {
  background-image: url("/themes/custom/amnesty/images/icons/ico-instargam.svg");
  width: 20px;
  height: 20px;
}

.paragraph--type-follow-us .twitter:before {
  background-image: url("/themes/custom/amnesty/images/icons/ico-twitter.svg");
  width: 24px;
  height: 20px;
}