/* PRO IT Consulting — production offer asset. */

html {
  overflow-x: hidden;
  overflow-x: clip;
}

html[lang="en"] #o-mnie.about {
  min-height: calc(100vh - 72px);
  min-height: calc(100svh - 72px);
}

#kontakt.contact-cta {
  min-height: calc(100vh - 72px);
  min-height: max(calc(100svh - 72px), 738px);
  padding-bottom: 76px;
}

.home-footer__inner {
  padding-block: 54px;
}
