.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

:host {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 90px;
}

:host(:first-child) {
  padding-top: 0;
}

.container {
  padding: 25px 0;
  display: flex;
  gap: 25px;
}

.image {
  max-width: 160px;
  width: 18vw;
  display: flex;
}

.image img {
  width: 100%;
  height: auto;
}

.image ux-icon {
  font-size: 18vw;
}
@media (min-width: 890px) {
  .image ux-icon {
    font-size: 160px;
  }
}

::slotted {
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::slotted([slot=title]) {
  font-size: 20px;
}

::slotted([slot=sub-title]) {
  font-size: 15px;
}

::slotted([slot=sub-title]),
::slotted([slot=text]),
::slotted([slot=details]) {
  color: #727272;
  display: block;
}

::slotted([slot=details]) {
  margin-bottom: 5px;
}

::slotted(a[slot=details]) {
  margin-bottom: 5px;
  transition: color 0.5s ease;
  text-decoration: none !important;
}

::slotted(a[slot=details]:hover) {
  color: #131313;
}