@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
* {
  font-family: "Poppins", sans-serif;
}
p {
  letter-spacing: 0.42px;
}
.szoveg h3 {
  color: #091825;
  font-size: 20px;
  letter-spacing: 0.66px;
}
h4 {
  font-size: 24px;
  letter-spacing: 0.72px;
}
h5 {
  font-size: 18px;
  letter-spacing: 0.54px;
}
.logo {
  position: absolute;
  left: 4%;
  top: 4%;
}
.szoveg p {
  color: #091825;
  font-size: 14px;
  letter-spacing: 0.42px;
}
.header_image img {
  height: 420px;
  width: 100%;
}
.szoveg {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  position: relative;
}
.szoveg_doboz1 {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 35%;
  position: relative;
  top: -60px;
  background-color: white;
  padding: 45px 94px 59px 94px;
  border-radius: 3px;
}
.szoveg_doboz1:before {
  position: absolute;
  content: "Üzleti mediáció";
  color: white;
  font-size: 20px;
  font-weight: bold;
  top: -2.5%;
  left: 0;
  font-size: 42px;
}
.elso_heading {
  position: relative;
  font-size: 20px;
  margin-left: 28px;
  padding-left: 15px;
}
.elso_heading:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 85%;
  background-color: #dfb871;
  left: -25px;
  top: 8px;
}
ul {
  list-style-type: none;
}

li {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

li:after {
  content: "";
  height: 0.5em;
  width: 0.5em;
  background: #dfb871;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 1em;
  left: -1%;
}

img:not(.eznem) {
  margin: 15px 0 15px 0;
  height: auto;
  box-shadow: 0px 10px 30px #00000029;
  border-radius: 2px;
}
figcaption {
  color: #091825;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  padding-top: 2%;
}
.form_lista_szovegek {
  padding-left: 4%;
  line-height: 52px;
  padding-top: 0%;
}
.contact_form {
  height: 95vh;
  padding-top: 0;
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 16px;
  }
  h4,
  h5 {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  li {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .nav li:after {
    display: none;
  }
  .header,
  .header_image {
    height: 250px;
  }
  .eznem {
    height: auto;
    width: 100%;
  }
  .szoveg_doboz1 {
    width: 80%;
    padding: 5%;
    top: -35px;
  }
  .szoveg_doboz1::before {
    top: -1.5%;
    font-size: 28px;
  }
  .szoveg h3 {
    font-size: 20px;
    padding-left: 2px;
  }
  .elso_heading {
    font-size: 20px;
  }
  .elso_heading::before {
    height: 90%;
  }
  .logo {
    left: 6%;
    top: 2%;
  }
  .nav__toggle {
    top: 6%;
  }
  .szoveg p {
    font-size: 13px;
  }
  .contact_form {
    height: 155vh;
  }
  .form_lista_szovegek {
    padding-left: 14%;
    line-height: 60px;
  }
}
/* NON-MOBILE */
@media only screen and (min-width: 1280px) {
  .szoveg_doboz1::before {
    font-size: 35px;
  }
}
@media only screen and (width: 1280px) {
  .contact_form {
    height: 90vh;
    padding-top: 0;
  }
  .szoveg_doboz1 {
    width: 50%;
  }
}
