@-webkit-keyframes pulse {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
@keyframes pulse {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
.tcl-related-articles__wrapper {
  overflow: hidden;
}
.tcl-related-articles__heading {
  font-family: "Brandon Grotesque";
  line-height: normal;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
  color: inherit;
  font-weight: 450;
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .tcl-related-articles__heading {
    font-size: 33px;
  }
}
.tcl-related-articles__list {
  margin: 0 -12px;
}
@media (max-width: 1199px) {
  .tcl-related-articles__list {
    margin: 0 0px;
  }
}
.tcl-related-articles__list .slick-list {
  overflow: visible;
}
.tcl-related-articles__list .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-related-articles__list .slick-list .slick-track .slick-slide {
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.tcl-related-articles__list-item {
  height: 100%;
}
.tcl-related-articles__list-item .tcl-post-card__link a {
  margin: 0 0;
}
@media (max-width: 1199px) {
  .tcl-related-articles__list-item {
    margin-bottom: 50px;
  }
}