html {
  scroll-behavior: smooth;
  font-size: 76.92%;
  line-height: 1.38;
}

body {
  margin: 0;
}

.mire_main {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: fit-content;
}
.mire_main .mire_logo {
  position: relative;
  width: 50%;
  min-width: 200px;
  text-align: -webkit-center;
  margin-top: 50px;
}
.mire_main .mire_logo img {
  position: relative;
  width: 60%;
  display: block;
  margin: 0;
}
.mire_main .mire_txt {
  position: relative;
  width: 50%;
  min-width: 300px;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #000000;
}
.mire_main .mire_txt a {
  font-weight: 700;
  color: #000000;
}

span {

	font-weight: bold;
}

ul {
	width: 50%;
}

 li {
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  list-style-type: none;
}

li a {
  font-weight: 700;
  color: #000000;
}

h2 {
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
  .mire_main .mire_logo {
    width: 80%;
  }
  .mire_main .mire_txt {
    width: 80%;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */