.tcl-abo-bottom__heading {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .tcl-abo-bottom__heading {
    font-size: 32px;
  }
}
.tcl-abo-bottom__interesting-fact, .tcl-abo-bottom__description {
  font-size: 24px;
  text-align: left;
  margin-bottom: 34px;
}
.tcl-abo-bottom__interesting-fact h1,
.tcl-abo-bottom__interesting-fact h2,
.tcl-abo-bottom__interesting-fact h3, .tcl-abo-bottom__description h1,
.tcl-abo-bottom__description h2,
.tcl-abo-bottom__description h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Heebo";
}
.tcl-abo-bottom__text {
  font-size: 24px;
  text-align: center;
  margin-top: 64px;
}
.tcl-abo-bottom__text h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Heebo";
}
.tcl-abo-bottom__text p:not(:last-child) {
  margin-bottom: 15px;
}
.tcl-abo-bottom__button {
  margin-top: 64px;
}
.tcl-abo-bottom__button a {
  font-family: "Heebo";
  font-weight: 500;
  background-color: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  width: 100%;
}
.tcl-abo-bottom__button a:hover {
  background-color: #989772;
}