/* media queries */
.component-global-footprint {
  margin-bottom: 3em;
  margin-top: 3em;
}
.component-global-footprint .container-fluid h2 {
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 0.5em;
  position: relative;
}
.component-global-footprint .container-fluid h2::before {
  bottom: 0;
  content: url(../../../img/headline_indicator.svg);
  position: absolute;
  left: -80px;
  top: -13px;
}
.component-global-footprint .container-fluid .row {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 15px;
}
.component-global-footprint .container-fluid .row .col {
  flex: 1;
}
.component-global-footprint .container-fluid .row .col .content-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 2em;
  width: 100%;
}
.component-global-footprint .container-fluid .row .col .content-wrap .content {
  flex: 1;
}
.component-global-footprint .container-fluid .row .col .content-wrap .content a {
  background-color: #ffc429;
  color: #000;
  display: inline-block;
  font-weight: 400;
  padding: 0.75em 1.5em;
  text-decoration: none;
}
.component-global-footprint .container-fluid .row .col .content-wrap .content .icon-items-container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.component-global-footprint .container-fluid .row .col .content-wrap .content .icon-items-container a {
  background-color: transparent;
  border-top: solid 1px #e1e1e1;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  padding: 5px 0 0 0;
}
.component-global-footprint .container-fluid .row .col .content-wrap-outer {
  padding: 0;
}
.component-global-footprint .container-fluid .row .col:nth-child(2) img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .component-global-footprint .container-fluid .row {
    flex-direction: row;
  }
}
.component-global-footprint .title {
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-align: left;
}
.component-global-footprint .title svg {
  height: 1em;
  left: -1.2em;
  position: absolute;
  top: 0;
  width: 1em;
}
@media (max-width: 560px) {
  .component-callouts .row {
    display: block;
  }
  .component-callouts .col:first-child {
    margin-bottom: 1em;
  }
  .component-callouts .content-invert {
    padding: 40px;
  }
}
