.chart-racket-title-pill {
  font-family: 'GT America Bold' !important;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4px;
}

p.chart-sub-titl-pill {
  font-size: 30px;
  margin: 3px 0;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  line-height: 1.1;
}

.racket-pill {
  padding: 10px 12px;
  line-height: 1.2;
  width: fit-content;
  min-width: 246px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  font-family: 'GT America Bold';
  text-transform: uppercase;
  font-size: 22px;
}

.racket-desc p {
  font-size: 16px;
  color: #000;
  max-width: 225px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}

.racket-desc {
  min-height: 72px;
  margin-bottom: 12px;
  margin-top: 10px;
}

.product-chart-table-inner-main {
  display: flex;
  gap: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.racket-chart-grid-pills {
  display: flex;
  gap: 25px;
  margin: 0;
}

.grid-pills-items {
  font-family: 'GT America Bold';
  font-size: 22px;
  text-align: center;
  margin: 12px 0;
}

.grid-pills-list {
  color: #9F9F9F;
  font-family: 'GT America Bold';
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  margin: 14px 0;
}

.grid-pills-point {
  font-size: 16px;
  text-align: center;
}

.divider-line-arrow,
.divider-both-line,
.divider-single-line {
  position: relative;
  width: 2.5px;
  height: 63px;
  margin: 0 auto;
  background: transparent;
}

.divider-both-line {
  height: 48px;
}

.divider-single-line {
  height: 185px;
  margin-bottom: 12px;
}

.divider-line-arrow::before,
.divider-both-line::before,
.divider-single-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 63px;
  background: #DCDCDC;
  border-radius: 2px;
}

.divider-both-line::before {
  height: 48px;
}

.divider-single-line::before {
  height: 185px;
}

.chart-first-column-racket-pill {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chart-first-inner-racket-pill {
  margin: 0 0 28px 0;
}

.divider-line-arrow::after,
.divider-both-line::after,
.divider-single-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #DCDCDC;
}

.racket-chart-grids-lable .divider-both-line {
  margin-bottom: 12px;
}

.divider-horizontal-line {
  position: relative;
  width: 277px;
  height: 2px;
  background: #DCDCDC;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.divider-verticle-line {
  position: relative;
  width: 2.5px;
  height: 48px;
  background: #DCDCDC;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

h2.product-chart-title {
  font-size: var(--font-size);
  color: #000;
  font-family: 'GT America Bold' !important;
  line-height: 1.4;
}

.product-chart-table-items {
  flex: 0 0 82%;
  max-width: calc(82% - 12px);
  position: relative;
}

.product-chart-title-main {
  flex: 0 0 18%;
  max-width: 18%;
}

.product-decision-main-chart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

p.chart-make-lable {
  margin: 0;
  line-height: 1;
  font-family: 'GT America Bold';
  color: #9F9F9F;
  font-size: 14px;
}

.chart-descison-making {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 64px;
}

.chart-decision-line-items {
  width: 100%;
  height: 10px;
  background: #BDBDBD;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.chart-decision-line-items:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  background: #fff;
  border-radius: 5px;
}

.chart-decision-line-items:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  right: 2px;
  background: #fff;
  border-radius: 5px;
}

.chart-side-verticle-line {
  width: 10px;
  height: 203px;
  background: #BDBDBD;
  border-radius: 5px 5px 5px 5px;
}

.product-chart-items-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-chart-verticle-listed {
  display: flex;
  gap: 15px;
  width: fit-content;
  position: absolute;
  bottom: 34px;
  left: 0;
  transform: translateX(-100%);
}

.chart-side-verticle-line {
  width: 10px;
  height: 203px;
  background: #BDBDBD;
  border-radius: 5px 5px 5px 5px;
  position: relative;
}

.chart-side-verticle-line:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}

.chart-side-verticle-line:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}

.chart-first-column-racket-pill:nth-child(2) p.chart-make-lable {
  text-align: center;
}

.chart-first-column-racket-pill:last-child p.chart-make-lable {
  text-align: end;
}

.chart-first-column-racket-pill:first-child p.chart-make-lable {
  padding-left: 80px;
}

@media(max-width: 1024px) {

  .product-chart-title-main,
  .product-chart-table-items {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .chart-racket-title-pill {
    font-size: 18px;
  }

  .racket-pill {
    padding: 8px 12px;
    min-width: 173px;
    font-size: 14px;
  }

  .divider-horizontal-line {
    width: 205px;
  }

  .racket-desc p {
    font-size: 14px;
  }

  .grid-pills-items {
    font-size: 14px;
    margin: 8px 0;
  }

  .grid-pills-point {
    font-size: 12px;
  }

  .grid-pills-list {
    font-size: 12px;
    margin: 9px 0;
  }

  p.chart-sub-titl-pill {
    font-size: 16px;
  }

  .divider-single-line,
  .divider-single-line::before {
    height: 170px;
  }

  h2.product-chart-title {
    margin: 0 auto 38px auto;
    max-width: 252px;
    text-align: center;
  }

  .product-chart-table-items {
    display: flex;
    align-items: end;
  }

  .chart-and-footer-main {
    flex: 0 0 100%;
    max-width: calc(100% - 120px);
  }

  .chart-decision-line-items {
    width: calc(100% - 120px);
    right: 0;
    left: auto;
  }

  .product-chart-verticle-listed {
    position: relative;
    transform: unset;
    bottom: 34px;
  }

  p.chart-make-lable {
    font-size: 9px;
  }

  .product-chart-table-inner-main {
    margin-right: -22px;
    width: calc(100% + 22px);
  }
    .chart-first-column-racket-pill:last-child p.chart-make-lable{
      padding-right: 20px;
    }
}

@media(max-width: 768px) {
  h2.product-chart-title {
    font-size: var(--font-size-mob);
  }

  .chart-and-footer-main {
    flex: 0 0 100%;
    max-width: calc(100% - 85px);
  }

  .chart-decision-line-items {
    width: calc(100% - 85px);
    right: 0;
    left: auto;
  }
}