.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;
}

ux-iws-sf-page-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
}
ux-iws-sf-page-title h1,
ux-iws-sf-page-title h2,
ux-iws-sf-page-title h3 {
  margin: 0;
}
ux-iws-sf-page-title svg {
  width: 50px;
  height: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  ux-iws-sf-page-title {
    margin-bottom: 60px;
  }
  ux-iws-sf-page-title svg {
    width: 60px;
  }
}