.imgCenter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  flex-wrap: wrap;
}
.col.round {
  margin-bottom: 96px;
}

.txt_center {
  text-align: center;
  margin-top: 0;
}
.align_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_item {
  display: flex;
  gap: 20px;
}
.inner_item img {
  width: 34px;
  height: 18px;
  margin: 5px;
}
.align_center span {
  width: 1px;
  height: 39px;
  background-color: #d9d9d6;
  margin: 0 32px;
}
.flex-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center li:nth-child(1) {
  width: 30%;
}
.catList li img {
  border-radius: 2px;
  margin-right: 12px;
  height: 100%;
  object-fit: cover;
}

.price {
  min-width: 113px;
  text-align: right;
}

@media screen and (max-width: 720px) {
  .align_center {
    display: block;
  }
  .imgCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }
}

.activeFlow {
  background: url(/join/sponsor/images/sponser_1711_steparrow.png) left bottom
    no-repeat;
  padding-left: 90px;
  margin-top: 10px;
}

.activeFlow .col {
  margin-top: 0;
}

.title_flow {
  margin-bottom: 20px;
}

.txt_right {
  text-align: right;
}
.activeFlow .marker {
  margin: 20px 0;
}
.flex {
  display: flex;
  align-items: center;
  margin-top: 58px;
}
.flex h3 {
  margin-top: 0;
}
.box hr.line {
  margin: 20px 0;
}

.m-40 {
  margin: 40px 0;
}

@media only screen and (max-width: 720px) {
  .activeFlow {
    background: none;
    padding-left: 0px;
    margin-top: 10px;
    padding-bottom: 40px;
    position: relative;
  }
}

.wp-table tr:nth-child(odd) {
  background-color: #fff;
}

.wp-table tr {
  border-bottom: 1px solid #ddd;
}

.wp-table th:first-child,
.wp-table td:first-child {
  padding-left: 16px;
}

.wp-table td,
.wp-table th {
  padding: 8px 8px;
  display: table-cell;
  vertical-align: top;
  border: none;
}

.wp-table th {
  font-weight: bold;
}

.wp-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

@media only screen and (max-width: 720px) {
  .flex-center {
    width: 100%;
    display: block;
  }
  .flex-center li:nth-child(1) {
    width: 100%;
  }
  .flex-center li {
    margin: 10px 0;
    width: 100%;
  }
  .flex-center li:nth-last-child(1) {
    width: 100%;
    text-align: right;
  }
}

.tableWrap table tbody tr td:nth-child(2) {
  width: 50%;
}
.tableWrap table tbody tr td:nth-child(3) {
  width: 20%;
}

.tableWrap table tbody tr th {
  width: 20%;
}
