.header-image.weboldalkeszites {
  background: url("../img/weboldal-keszites/website-header.jpg") center center no-repeat;
  background-size: cover;
  aspect-ratio: 1920 / 350;
  max-width: 100%;
  max-height: 350px;
  overflow-x: hidden;
}

.lead {
  background-color: #257ca7;
  color: #ffffff;
}

.lead.green {
  background-color: #4a8424;
}

.lead h1 {
  font-size: 26px !important;
  font-weight: 500;
  margin-bottom: 0px;
}

#adatvedelmi-nyilatkozat {
  padding-top: 50px;
  padding-bottom: 50px;
}

#adatvedelmi-nyilatkozat h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
}

#adatvedelmi-nyilatkozat h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 36px;
  font-weight: 700;
}

#adatvedelmi-nyilatkozat a {
  color: #257ca7 !important;
}

@media (max-width: 991px) {
  #adatvedelmi-nyilatkozat {
    padding-left: 20px;
    padding-right: 20px;
  }
}
