.container {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .container {
    width: 95%;
  }
}

body {
  background: white;
}

.info-graph-pic {
  width: 100%;
}

.hero__wrapper {
  background-image: url("./assets/hero.png");
  background-size: cover;
  background-position: center right;
  min-height: 600px;
}
.hero__content {
  padding: 48px 33% 48px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero__content h2 {
  font-size: 36px;
  font-weight: 400;
  color: white;
  margin: 0;
}
.hero__content p {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: white;
  margin: 0;
}
.hero__line {
  height: 70px;
  width: 100%;
  background: linear-gradient(180deg, #fff -0.01%, #1a64a6 0%, rgba(255, 255, 255, 0.5) 49.99%, rgba(255, 255, 255, 0) 100%);
}

.main p {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  margin: 5px 0;
}
.main span {
  display: inline-block;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #0061AC;
  margin-top: 17px;
  margin-bottom: 17px;
}
.main ul {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #0061AC;
  margin-top: 17px;
  margin-bottom: 17px;
}
.main ul li {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: black;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 25px;
}
.main .other-ul {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #0061AC;
  margin-top: 17px;
  margin-bottom: 17px;
}
.main .other-ul li {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: black;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 25px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.main .other-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("assets/marker-klin.svg") no-repeat center center;
  background-size: contain;
}
.main__img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sources {
  display: flex;
  flex-direction: column;
}
.sources ol {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  margin-top: 17px;
  margin-bottom: 17px;
}
.sources ol li {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  margin-top: 5px;
  margin-left: 22px;
}

.footer-img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .hero__wrapper {
    min-height: 400px;
  }
  .hero__content {
    padding: 48px 25% 48px 0;
  }
}
@media (max-width: 768px) {
  .hero__wrapper {
    min-height: 400px;
  }
  .hero__content {
    padding: 48px 18% 48px 0;
  }
  .hero__content h2 {
    font-size: 28px;
  }
  .hero__content p {
    font-size: 16px;
  }
  .main .other-ul {
    font-size: 16px;
  }
  .main .other-ul li {
    font-size: 16px;
  }
  .main p {
    font-size: 16px;
  }
  .main span {
    font-size: 16px;
  }
  .main ul {
    font-size: 16px;
  }
  .main ul li {
    font-size: 16px;
  }
  .sources ol {
    font-size: 14px;
  }
  .sources ol li {
    font-size: 14px;
  }
}

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