.tcl-checkmark-list__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 0;
}
.tcl-checkmark-list__items-separator {
  display: block;
  padding: 0 0;
}
.tcl-checkmark-list__item {
  border: 1px solid #1d1d1b;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-checkmark-list__item-head {
  text-align: center;
  padding: 16px 16px 32px;
  position: relative;
}
.tcl-checkmark-list__item-banner {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
}
.tcl-checkmark-list__item-body {
  padding: 32px 16px;
  background-color: #1d1d1b;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tcl-checkmark-list__item-price {
  font-size: 16px;
  font-weight: 500;
  font-family: "Heebo";
  text-transform: uppercase;
}
.tcl-checkmark-list__item-title {
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
}
.tcl-checkmark-list__item-list {
  font-family: "Heebo";
  text-transform: uppercase;
  font-size: 16px;
}
.tcl-checkmark-list__item-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 32px;
}
.tcl-checkmark-list__item-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background-image: url("/wp-content/themes/callwey-friends/images/list-dot-gray.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}