.tcl-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: 40px;
}
@media (max-width: 767px) {
  .tcl-cards__heading {
    font-size: 32px;
  }
}
.tcl-cards__list > .row {
  gap: 24px 0;
}
.tcl-cards__item {
  border: 2px solid #023c7a;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  height: 100%;
}
.tcl-cards__item-heading {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212121;
  color: #023c7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.tcl-cards__item-heading img {
  max-width: 45px;
  display: inline-block;
  margin-right: 10px;
}
.tcl-cards__item-heading img + span {
  width: calc(100% - 55px);
}
.tcl-cards__item-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212121;
  color: #191818;
}
.tcl-cards__item-text ul {
  list-style-type: disc;
  padding-left: 20px;
}