.tcl-link-cards__wrapper {
  background-color: #f7f5f3;
  padding: 60px 0px;
}
.tcl-link-cards__heading {
  font-family: "Montserrat";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #023c7a;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tcl-link-cards__heading {
    font-size: 32px;
  }
}
.tcl-link-cards__subheading {
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  color: #191818;
  text-align: center;
  margin-bottom: 30px;
}
.tcl-link-cards__intro {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212121;
  text-align: center;
  color: #191818;
}
.tcl-link-cards__cards {
  margin-top: 45px;
}
.tcl-link-cards__cards > .row {
  gap: 24px 0;
}