/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/contact-overview.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.contact-overview__cards {
  padding: 6.4rem 1.6rem;
  border-top: 1px solid rgba(var(--grey-light), 0.3);
  border-bottom: 1px solid rgba(var(--grey-light), 0.3);
}
.contact-overview__cards-wrapper {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-overview__title {
  width: 100%;
  margin-bottom: 3.2rem;
  text-align: center;
}
.contact-overview__card {
  width: 100%;
  padding: 0 0.8rem;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 576px) {
  .contact-overview__card {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-overview__card {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 992px) {
  .contact-overview__card {
    width: 25%;
  }
}
.contact-overview__card-inner {
  height: 100%;
  position: relative;
  padding: 2.4rem 1.6rem 0.8rem;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--grey-light), 0.3);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(var(--grey-light), 0.3);
}
.contact-overview__card-title {
  margin-bottom: 0.8rem;
  color: #626262;
}
.contact-overview__card-route {
  position: relative;
  padding-left: 1.92rem;
}
.contact-overview__card-route::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  background-image: url(../../images/icon-ext-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.contact-overview__card-meta {
  padding: 0;
  margin: 0 0 1.6rem 0;
  list-style: none;
}
.contact-overview__cards {
  border-top: none;
}
