#home-about-me,
.home-about-me {
  position: relative;
}
#home-about-me .viewport-container,
.home-about-me .viewport-container {
  max-width: 1330px;
  position: relative;
}
#home-about-me .wrapper,
.home-about-me .wrapper {
  padding-top: 80px;
  display: flex;
  gap: 152px;
  justify-content: center;
}
@media (max-width: 767px) {
  #home-about-me .wrapper,
  .home-about-me .wrapper {
    padding-top: 290px;
  }
}
#home-about-me .wrapper:before,
.home-about-me .wrapper:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  max-width: 541px;
  bottom: 0;
  left: 0;
  background: url(../../images/linie_pion.svg) repeat-y right bottom;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-about-me .wrapper:before,
  .home-about-me .wrapper:before {
    background: url(../../images/linie_pion_short.svg) repeat-y center top;
    width: 100%;
    height: 290px;
    top: 0;
    left: 0;
    right: 0;
  }
}
#home-about-me .image-container,
.home-about-me .image-container {
  width: 442px;
  position: relative;
  z-index: 2;
}
#home-about-me .image-container .image-container__wrapper,
.home-about-me .image-container .image-container__wrapper {
  width: 100%;
}
#home-about-me .image-container img,
#home-about-me .image-container picture,
.home-about-me .image-container img,
.home-about-me .image-container picture {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  max-height: 590px;
  object-fit: cover;
  object-position: center top;
}
#home-about-me .text-container,
.home-about-me .text-container {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#home-about-me .text-container .body-text,
.home-about-me .text-container .body-text {
  max-width: 537px;
  padding-right: 20px;
}
#home-about-me .text-container .heading,
.home-about-me .text-container .heading {
  max-width: 537px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  #home-about-me .wrapper,
  .home-about-me .wrapper {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  #home-about-me .image-container,
  .home-about-me .image-container {
    width: 100%;
  }
  #home-about-me .text-container,
  .home-about-me .text-container {
    gap: 20px;
  }
  #home-about-me .text-container .body-text,
  #home-about-me .text-container .heading,
  .home-about-me .text-container .body-text,
  .home-about-me .text-container .heading {
    max-width: 100%;
    padding-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */
