.tcl-services__list > .row {
  gap: 24px 0;
}
.tcl-services__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: 30px;
}
@media (max-width: 767px) {
  .tcl-services__heading {
    font-size: 32px;
  }
}
.tcl-services__additional-services {
  margin-top: 55px;
}
.tcl-services__main-services {
  position: relative;
}
.tcl-services__line {
  position: absolute;
  top: calc(var(--half-height, 100px) - 5px);
  width: 100%;
  z-index: -1;
  left: 0;
}
.tcl-services .position-relative {
  position: relative;
}