

.image > img {
  width: 100%;
  position: relative;
}

.image > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  font-size: 3rem;
  text-shadow: 2px 2px #000;
}

p {
  color: #000;
}

.kontent > p {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
  line-height: 1.5rem;
  /* letter-spacing: .1rem; */
}

.kont__inner {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1rem;
  background-color: #499e6b;
  padding: 0.5rem;
  border-radius: 5px;
}

.kont__inner > p {
  color: #fff;
}

.kontent__ {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 2rem;
}

.kontent__ > h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
}

.fields {
  margin: 0 auto;
}

.fields > .ul {
  flex-direction: row;
  flex: 1 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ul > li {
  background: #beead0;
  padding: 0.2rem;
  margin: 0.3rem;
}

.div {
  gap: 2rem;
}

.__inner-kont > p {
  text-align: center;
  margin-bottom: 0.4rem;
}
.__inner-kont > h3 {
  color: #000;
  text-align: center;
  margin-bottom: 0.7rem;
}

.__inner-kont {
  background-color: #fbfae9;
  width: calc(100% / 2);
  padding: 1rem;
  border-radius: 5px;
  height: 220px;
}
@media (max-width: 48em) {
  .image > img {
    height: 200px;
  }
  .kontent > p > span {
    display: none;
  }

  .kont__inner {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .kontent__ > h2 {
    font-size: 1rem;
  }

  .__inner-kont,
  .div {
    flex-direction: column;
  }

  .__inner-kont {
    width: 100%;
    height: fit-content;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .__inner-kont,
  .div {
    flex-direction: column;
  }

  .__inner-kont {
    width: 80%;
    height: 300px;
  }
}
