.tcl-cards-price-table__wrapper {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .tcl-cards-price-table__wrapper {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .tcl-cards-price-table .card-item {
    margin-bottom: 20px;
  }
}
.tcl-cards-price-table__card {
  background: #ffffff;
  padding: 0px 35px 70px 35px;
  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;
  position: relative;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .tcl-cards-price-table__card {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.tcl-cards-price-table__card-image {
  text-align: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-top: -100px;
}
@media (max-width: 1199px) {
  .tcl-cards-price-table__card-image {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
    max-width: 300px;
  }
}
.tcl-cards-price-table__card-image img {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.tcl-cards-price-table__card-price {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #495057;
  margin-bottom: 5px;
  text-align: center;
}
.tcl-cards-price-table__card-heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  color: #8f000a;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .tcl-cards-price-table__card-heading {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .tcl-cards-price-table__card-heading {
    height: auto !important;
  }
}
.tcl-cards-price-table__card-text {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #495057;
  margin-bottom: 30px;
}
.tcl-cards-price-table__card-text p {
  margin-top: 0px;
  margin-bottom: 24px;
}
.tcl-cards-price-table__card-text p:last-child {
  margin-bottom: 0;
}
.tcl-cards-price-table__card-prices-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
  padding: 5px 0;
  border-bottom: 2px solid rgba(11, 64, 55, 0.5);
}
.tcl-cards-price-table__card-prices-item span:nth-child(2) {
  text-align: right;
}
.tcl-cards-price-table__card-button {
  text-align: center;
  position: absolute;
  width: 100%;
  top: var(--height-button);
  left: 0;
}
@media (max-width: 1199px) {
  .tcl-cards-price-table__card-button {
    top: 0;
    position: static;
    margin-top: 20px;
  }
}
.tcl-cards-price-table__card-button a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  display: inline-block;
  text-align: center;
  max-width: 182px;
}
.tcl-cards-price-table__card-button a[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
@media (max-width: 1199px) {
  .tcl-cards-price-table__card-button a {
    max-width: 100%;
    width: 100%;
  }
}