.tcl-3-columns-icon-row-text {
  line-height: 1.5;
}
.tcl-3-columns-icon-row-text__heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 36px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .tcl-3-columns-icon-row-text__heading {
    font-size: 26px;
  }
}
.tcl-3-columns-icon-row-text__icon-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-top: 30px;
}
.tcl-3-columns-icon-row-text__icon-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.tcl-3-columns-icon-row-text__icon-subheadline {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 27px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .tcl-3-columns-icon-row-text__icon-subheadline {
    font-size: 22px;
  }
}
.tcl-3-columns-icon-row-text__icon-caption {
  margin-top: 30px;
  text-align: center;
}

.tcl-contrast-mode .tcl-3-columns-icon-row-text * {
  color: #fff;
}