.tcl-contact-cards .row {
  gap: 20px 0;
}
.tcl-contact-cards__card {
  background: #023c7a;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 25px;
  height: 100%;
}
.tcl-contact-cards__card-heading {
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 25px;
}
.tcl-contact-cards__card-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212121;
  text-align: center;
  color: white;
}
.tcl-contact-cards__card-link {
  margin-bottom: 20px;
}
.tcl-contact-cards__card-link:last-child {
  margin-bottom: 0;
}
.tcl-contact-cards__card-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-contact-cards__card-link img {
  max-width: 18px;
  height: auto;
  margin-right: 15px;
}