.tcl-image-text-button__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: 40px;
}
@media (max-width: 991px) {
  .tcl-image-text-button__heading {
    font-size: 26px;
  }
}
.tcl-image-text-button__text {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.tcl-image-text-button__text p {
  margin-bottom: 25px;
}
.tcl-image-text-button__text p:last-child {
  margin: 0 0;
}
.tcl-image-text-button__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-image-text-button__button a {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none;
  background-color: #ff9900;
  color: #fff;
  padding: 13px 29px;
  border: none;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: opacity ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  transition: opacity ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  -o-transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s;
  transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s;
  transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  display: block;
}
.tcl-image-text-button__button a:hover {
  color: #fff;
  background-color: rgba(255, 153, 0, 0.8);
  -webkit-filter: drop-shadow(0px 10px 5px rgba(35, 31, 32, 0.25));
          filter: drop-shadow(0px 10px 5px rgba(35, 31, 32, 0.25));
}
.tcl-image-text-button__button a:active {
  background-color: #ff9900;
  color: rgba(255, 255, 255, 0.8);
  -webkit-filter: none;
          filter: none;
}
.tcl-image-text-button__image {
  margin-bottom: 60px;
}
.tcl-image-text-button__image img {
  width: 100%;
}
.tcl-image-text-button__image-caption {
  margin-top: 30px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  text-align: center;
}

.tcl-contrast-mode .tcl-image-text-button__heading {
  color: #fff;
}
.tcl-contrast-mode .tcl-image-text-button__text {
  color: #fff;
}
.tcl-contrast-mode .tcl-image-text-button__image-caption {
  color: #fff;
}