.box-shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.social-share {
  padding: 60px 0;
}
.social-share.magenta {
  background-color: #d10074;
  color: #fff;
}
.social-share.indigo {
  background-color: #21076a;
  color: #fff;
}
.social-share.cyan {
  background-color: #017ac1;
  color: #fff;
}
.social-share.mint {
  background-color: #00818a;
  color: #fff;
}
.social-share.mango {
  background-color: #f4a11e;
  color: #333;
}
.social-share.heather {
  background-color: #dfdbe0;
  color: #333;
}
.social-share.dove {
  background-color: #dcdcdc;
  color: #333;
}
.social-share.violet {
  background-color: #712c6f;
  color: #fff;
}
.social-share.slate {
  background-color: #333;
  color: #fff;
}
.social-share.grey {
  background-color: #757575;
  color: #fff;
}
.social-share.midgrey {
  background-color: #efefef;
  color: #333;
}
.social-share.white {
  background-color: #fff;
  color: #333;
}
.social-share--content-width {
  border-radius: 1rem;
  margin: 2rem 0;
}
.social-share--content-width .social-share__text {
  margin: 0 1em;
  width: 100%;
}
.social-share--content-width .social-share__widget {
  width: 100%;
}
.social-share--content-width .social-share__heading {
  text-align: center;
}
.social-share--content-width .social-share__links {
  margin-top: 1rem;
  justify-content: center;
}
.social-share__heading {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .social-share__heading {
    margin-bottom: 0;
    text-align: left;
  }
}
.social-share__links {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 576px) {
  .social-share__links {
    justify-content: flex-start;
  }
}
.social-share__links li:not(:last-child) {
  margin-right: 20px;
}
.social-share__icon {
  align-items: center;
  background-color: #dcdcdc;
  color: #fff;
  cursor: pointer;
  display: flex !important;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  transition-duration: 0.3s;
  width: 40px;
}
.social-share .fa-twitter {
  background-color: #1da1f2;
}
.social-share .fa-facebook-f {
  background-color: #3b5998;
}
.social-share .fa-linkedin-in {
  background-color: #0077b5;
}
.social-share .fa-envelope {
  background-color: #d10074;
}
