#kapcsolat {
  min-height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#puspoki-palota {
  background: url("../kepek/vegyes/puspoki_palota_nyh.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  min-height: 400px;
}

#irogep {
  background: url("../kepek/vegyes/irogep.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  min-height: 400px;
}


.elerhetoseg_nye {
  text-align: center;
  text-transform: uppercase;
  color: #488A99;
  font-size: 38px !important;
}


.sargabox {
  width: 100%;
  height: 150px;
  background-color: #D4AF37;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sargabox:hover {
  background-color: #488A99;
}

.sargabox p a {
  color: #FFFFFF;
  font-size: 30px;
  text-transform: uppercase;
}

.kozepre {
  text-align: center;
}



@media screen and (max-width: 960px) {
  .sargabox {
    height: auto;
    margin-bottom: 5px;
  }

  .sargabox p a {
    font-size: 14px;
  }
}
