.pb-benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  max-height: 50dvh;
}

.pb-benefits-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  justify-content: space-between;
  border-bottom: 2px solid #dfdfdf;
}

.pb-benefits-icon {
  flex: 1 1 auto;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 50%;
  background: transparent;
  color: #000;
  fill: #000;
  font-size: 1.1rem;
  font-feature-settings: 'liga';
}

.pb-benefits-icon-svg img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.pb-benefits-name {
  flex: .5 1 145px;
  font-family: var(--font-century-gothic);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
