  .block--section-links {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  color: #212529;
  border-top: 1px solid #DEE2E6;
}
.block--section-links .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block--section-links .row {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.block--section-links h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .block--section-links h2 {
    margin-bottom: 0;
    width: auto;
  }
}
.block--section-links .field--type-link {
  width: auto;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .block--section-links .field--type-link {
    margin-bottom: 0;
  }
}
.block--section-links .field--type-link img {
  height: 20px;
  margin-right: 0.25rem;
}
.block--section-links .field--type-link a:hover, .block--section-links .field--type-link a:focus {
  text-decoration: none;
}