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

.section--contact {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 5rem 0;
}
@media screen and (min-width: 576px) {
  .section--contact {
    background-position: 100% center;
  }
}
@media screen and (min-width: 1200px) {
  .section--contact {
    background-position: 80% center;
  }
}
.section--contact.magenta {
  background-color: #d10074;
  color: #fff;
}
.section--contact.magenta.background .article-hero__heading {
  background-color: #d10074;
}
.section--contact.indigo {
  background-color: #21076a;
  color: #fff;
}
.section--contact.indigo.background .article-hero__heading {
  background-color: #21076a;
}
.section--contact.cyan {
  background-color: #017ac1;
  color: #fff;
}
.section--contact.cyan.background .article-hero__heading {
  background-color: #017ac1;
}
.section--contact.mint {
  background-color: #00818a;
  color: #fff;
}
.section--contact.mint.background .article-hero__heading {
  background-color: #00818a;
}
.section--contact.mango {
  background-color: #f4a11e;
  color: #272727;
}
.section--contact.mango.background .article-hero__heading {
  background-color: #f4a11e;
}
.section--contact.heather {
  background-color: #dfdbe0;
  color: #272727;
}
.section--contact.heather.background .article-hero__heading {
  background-color: #dfdbe0;
}
.section--contact.dove {
  background-color: #dcdcdc;
  color: #272727;
}
.section--contact.dove.background .article-hero__heading {
  background-color: #dcdcdc;
}
.section--contact.violet {
  background-color: #712c6f;
  color: #fff;
}
.section--contact.violet.background .article-hero__heading {
  background-color: #712c6f;
}
.section--contact.slate {
  background-color: #272727;
  color: #fff;
}
.section--contact.slate.background .article-hero__heading {
  background-color: #272727;
}
.section--contact.grey {
  background-color: #757575;
  color: #fff;
}
.section--contact.grey.background .article-hero__heading {
  background-color: #757575;
}
.section--contact.midgrey {
  background-color: #efefef;
  color: #272727;
}
.section--contact.midgrey.background .article-hero__heading {
  background-color: #efefef;
}
.section--contact.white {
  background-color: #fff;
  color: #272727;
}
.section--contact.white.background .article-hero__heading {
  background-color: #fff;
}
