.tcl-fullscreen-trenner-text-icon {
  line-height: 1.5;
}
.tcl-fullscreen-trenner-text-icon__wrapper {
  background-color: var(--fullscreen-trenner-text-icon, #d70056);
  color: #fff;
  padding: 60px 0;
}
.tcl-fullscreen-trenner-text-icon__heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 36px;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .tcl-fullscreen-trenner-text-icon__heading {
    font-size: 26px;
  }
}
.tcl-fullscreen-trenner-text-icon__icon img {
  width: 100%;
}