.tcl-anchor-links__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tcl-anchor-links__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tcl-anchor-links__link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
@media (max-width: 767px) {
  .tcl-anchor-links__link {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.tcl-anchor-links__link:last-child {
  margin-right: 0px;
}

.tcl-section--light .tcl-anchor-links__link a {
  color: #111111;
}