.tcl-benefits__heading {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-benefits__heading {
    font-size: 32px;
  }
}
.tcl-benefits__item {
  padding: 15px 24px;
  border: 1px solid #1d1d1b;
  text-align: center;
  margin-top: 50px;
}
.tcl-benefits__top-text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Heebo";
}
.tcl-benefits__title {
  font-size: 50px;
  font-weight: 500;
  font-weight: 400;
  font-family: "PlayfairDisplay";
  margin-bottom: 20px;
  font-style: italic;
}
@media (max-width: 1199px) {
  .tcl-benefits__title {
    font-size: 32px;
  }
}
.tcl-benefits__description {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .tcl-benefits__description {
    font-size: 15px;
  }
}