.tcl-big-text h1,
.tcl-big-text h2 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-big-text h1,
  .tcl-big-text h2 {
    font-size: 32px;
  }
}
.tcl-big-text h3,
.tcl-big-text h4,
.tcl-big-text h5,
.tcl-big-text h6 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Heebo";
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-big-text h3,
  .tcl-big-text h4,
  .tcl-big-text h5,
  .tcl-big-text h6 {
    font-size: 24px;
  }
}
.tcl-big-text p {
  font-size: 24px;
}
.tcl-big-text p:not(:last-child) {
  margin-bottom: 15px;
}
.tcl-big-text li {
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
@media (max-width: 1199px) {
  .tcl-big-text li {
    padding-left: 50px;
  }
}
.tcl-big-text li:after {
  display: inline-block;
  content: "";
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-size: 31px;
  background-image: url(/wp-content/themes/callwey-friends/images/list-dot-black.svg);
}