.list-premium p{

  padding-left: 26px;
  margin-bottom: 14px;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  font-size: clamp(1rem, 5vw, 1.5rem);
  opacity: 0.7;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.list-premium p::before{
  content: "•";
  left: 0;
  top: 0;
  color: #f5c76b;
  font-size: 1.4rem;
  line-height: 1;
}
