#vorteile .wrapper {
  background-color: var(--color-primary);
  padding: 30px;
}
#vorteile .wrapper .vorteile {
  display: flex;
  flex-direction: column;
}
#vorteile .wrapper .vorteile .vorteil {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#vorteile .wrapper .vorteile .vorteil:last-of-type {
  border-bottom: none;
}
#vorteile .wrapper .vorteile .vorteil .titel {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #ffffff;
}
#vorteile .wrapper .vorteile .vorteil .titel.bold {
  font-weight: 700;
}
#vorteile .wrapper .vorteile .vorteil .titel i {
  font-size: 12px;
  line-height: var(--line-height-default);
  display: block;
  margin-top: 2px;
}
#vorteile .wrapper .vorteile .vorteil .text {
  color: #ffffff;
  padding-left: 30px;
}
#vorteile .wrapper .vorteile .button-wrapper {
  margin-top: 30px;
}
