.aloldal-fejlec {
  height: 300px;
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../../assets/img/fejleckep-slider-2.jpg?h=5918e8f744ee32b42f08dc7e460abfa6') center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aloldal-fejlec h1 {
  color: white;
}

.pipa-lista {
  list-style-type: none;
}

.pipa-lista li {
  padding-left: 1em;
  text-indent: -1.5em;
  margin-bottom: 10px;
}

.pipa-lista li:last-child {
  margin-bottom: 0;
}

.pipa-lista li::before {
  content: '\2714';
  padding-right: 13px;
  color: var(--elsodleges-szin);
}

