.feature-points-right {
  background: var(--pc-section-bg, #fff9eb);
  padding: 100px 60px 20px;
  position: relative;
}

.feature-points-right__header {
  width: min(100%, 984px);
  margin-left: auto;
  text-align: right;
  color: var(--pink, #bd2059);
}

.feature-points-right__eyebrow {
  font-family: var(--font-body, "Lexend Deca", sans-serif);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.feature-points-right__header h2 {
  font-family: var(--font-head, "Funnel Display", sans-serif);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.feature-points-right__description {
  font-family: var(--font-body, "Lexend Deca", sans-serif);
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

.feature-points-right__panel-wrap {
  position: relative;
  margin-top: 140px;
}

.feature-points-right__panel {
  margin-left: auto;
  width: min(100%, 1500px);
  background: var(--pc-panel-bg, #982880);
  border: 2px solid var(--pc-panel-border, #c237a7);
  border-radius: 40px;
  padding: 60px 40px 60px 100px;
  overflow: hidden;
}

.feature-points-right__content {
  width: min(100%, 744px);
  margin-left: auto;
}

.feature-points-right__features-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 24px 24px 0 24px;
  background: var(--pc-label-bg, #00a69c);
  color: #fff;
  font-family: var(--font-body, "Lexend Deca", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.feature-points-right__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-points-right__chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px 12px 20px;
  border-radius: 32px;
  background: var(--pc-chip-bg, #c237a7);
  color: #fff;
}

.feature-points-right__chip img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.feature-points-right__chip span {
  font-family: var(--font-head, "Funnel Display", sans-serif);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.feature-points-right__person-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 410px;
  pointer-events: none;
}

.feature-points-right__person {
  width: 100%;
  display: block;
}

/* .feature-points-right__bottom-badge {
  position: absolute;
  right: 100px;
  bottom: 44px;
  background: var(--pc-bottom-badge-bg, #f05a3b);
  color: #fff;
  border-radius: 24px 24px 24px 0;
  padding: 8px 20px;
  max-width: 400px;
  font-family: var(--font-body, "Lexend Deca", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: normal;
} */

@media (max-width: 1024px) {
  .feature-points-right {
    padding: 72px 24px 20px;
  }

  .feature-points-right__header {
    width: 100%;
  }

  .feature-points-right__header h2 {
    font-size: 44px;
  }

  .feature-points-right__description {
    font-size: 18px;
    line-height: 30px;
  }

  .feature-points-right__panel-wrap {
    margin-top: 56px;
  }

  .feature-points-right__panel {
    width: 100%;
    padding: 44px 24px 32px;
  }

  .feature-points-right__content {
    width: 90%;
  }

  .feature-points-right__chip span {
    font-size: 18px;
  }

  .feature-points-right__person-wrap {
    position: static;
    width: 280px;
    margin-top: 24px;
    pointer-events: auto;
      }

/*   .feature-points-right__bottom-badge {
    right: 12px;
    bottom: 12px;
    max-width: 190px;
    font-size: 14px;
  } */
}

@media (max-width: 640px) {
  .feature-points-right {
    padding: 80px 12px 20px;
  }

  .feature-points-right__header {
    margin-left: 0;
    text-align: center;
  }

  .feature-points-right__header h2 {
    font-size: 48px;
    line-height: 58px;
    align-items: center;
  }

  .feature-points-right__description {
    font-size: 20px;
    line-height: 32px;
  }

  .feature-points-right__panel-wrap {
    margin-top: 60px;
  }

  .feature-points-right__panel {
    border-radius: 40px;
    padding: 40px 12px 400px;
  }

  .feature-points-right__features {
/*     gap: 10px;
    justify-content: center; */
/*     display: flex;
    flex-direction: column;   
    align-items: center;   */
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    
  }

  .feature-points-right__chip {
/*     gap: 12px;
    padding: 12px 24px 12px 20px; */
    justify-content: flex-start;  /* center content inside chip */
    text-align: left; 
    white-space: nowrap;
    width: 100%;
/*     width: 100%;
    max-width: 350px;  */
  }

  .feature-points-right__chip span {
    font-size: 20px;
    line-height: 1.3; 
  }

  .feature-points-right__person-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 250px;
    transform: translateX(-50%);
    margin-top: 10px;
    pointer-events: none;
    z-index: 2;
  }


}
@media (max-width: 640px) {
  .feature-points-right.section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

}