.tcl-two-columns-image-text__image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-two-columns-image-text__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.tcl-two-columns-image-text__heading {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .tcl-two-columns-image-text__heading {
    font-size: 32px;
  }
}
.tcl-two-columns-image-text__description {
  font-size: 24px;
}