.how_i_work {
  position: relative;
}
.how_i_work .wt-plans {
  gap: 15px;
}
.how_i_work .wt-plan {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 120px;
}
.how_i_work .wt-plan_header {
  margin-bottom: 15px;
}
.how_i_work .wt-plan_header h4 {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.how_i_work .wt-plan_header .wt-plan-duration {
  font-size: 12px;
}
.how_i_work .wt-plan_header .wt-plan-price {
  font-size: 15px;
}
.how_i_work .button-main {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
}
.how_i_work .wp-plan_list {
  margin: 15px auto;
  gap: 10px;
}
.how_i_work .wp-plan_list li {
  line-height: 1.4;
}

.wp-plan_desc-before,
.wp-plan_desc-after {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  border: 0 solid #ccc;
  border-width: 1px 0;
  padding: 15px 0;
}
.wp-plan_desc-before p:not(:last-child),
.wp-plan_desc-after p:not(:last-child) {
  margin-bottom: 10px;
}

.wp-plan_desc-after {
  border-bottom: 0;
}/*# sourceMappingURL=style.css.map */