.main-page {
  background: #174193;
  color: white;
  min-height: 100dvh;
  font-family: "Prompt", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page__logos {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 1.5rem;
}
@media (min-width: 991px) {
  .main-page__logos {
    flex-direction: column;
    margin: 0;
    position: absolute;
    left: 3rem;
    top: 3rem;
  }
}
.main-page__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin: 0 1rem;
  overflow: hidden;
  padding: 2rem 0;
}
@media (min-width: 991px) {
  .main-page__wrapper {
    margin: auto 280px;
  }
}
.main-page__text {
  height: 100%;
  max-width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .main-page__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.main-page__text p {
  text-align: left !important;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0;
  width: 100%;
}
.main-page__text h3 {
  text-align: center !important;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
.main-page__invoices {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0 0 0 !important;
}
.main-page__invoices a {
  width: 30px;
  height: 30px;
}
.main-page__invoices img {
  width: 30px;
  height: 30px;
}

h1 {
  font-size: 4.3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 4rem auto;
}
@media (min-width: 550px) {
  h1 {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 5.3rem;
    max-width: 800px;
  }
}
@media (min-width: 991px) {
  h1 {
    font-size: 5.7rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 6rem;
  }
}

body {
  margin: 0;
}

.logo {
  max-width: 200px;
  height: auto;
}
.logo-spolu {
  max-width: 70px;
}
@media (min-width: 768px) {
  .logo-spolu {
    max-width: 100px;
  }
}
.logo-ods {
  max-width: 170px;
}
@media (min-width: 768px) {
  .logo-ods {
    max-width: 250px;
  }
}

/*# sourceMappingURL=main.css.map */
