.tcl-app-preview {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20.4667px;
  height: 100%;
  padding: 20px;
  padding-bottom: 30px;
}
.tcl-app-preview__logo {
  height: 100px;
  margin-bottom: 15px;
}
.tcl-app-preview__logo img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
}
.tcl-app-preview__heading {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.15;
  color: #000000;
  margin-bottom: 10px;
}
.tcl-app-preview__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.tcl-app-preview__link {
  margin-top: 15px;
}
.tcl-app-preview__link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-app-preview__link a svg {
  margin-left: 10px;
}