@charset "UTF-8";
@counter-style tireksz-article {
  system: cyclic;
  symbols: "💡";
  suffix: " ";
}
.article {
  text-align: center;
  padding: 0 10vh 10vh 10vh;
  font-size: 12pt;
}

.article a {
  color: #ffd400;
}

.article p {
  text-align: justify;
  margin: 2vh;
  font-size: 12pt;
}

.article ol {
  list-style: tireksz-article;
  text-align: left;
}

.article li {
  margin: 2vh 0;
  text-align: justify;
}

.article li span {
  color: #ffd400;
}

.back-btn {
  background-color: #ffd400;
  border: none;
  color: #124A3E;
  padding: 1vh 4vh;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16pt;
}

.back-btn:hover {
  background-color: #bb7236;
}

a i {
  padding: 1vh;
}

a i:hover {
  color: #bb7236;
  transition: 0.5s;
}

.banner {
  background-color: #1A6F5D;
  color: #fff;
  text-align: center;
  padding: 0 0vh 0.5vh 0vh;
  border-bottom-left-radius: 2vh;
  border-bottom-right-radius: 2vh;
}

.banner img {
  width: 100%;
  height: 20vh;
  object-fit: cover;
}

.banner h1 {
  text-align: left;
  font-size: 16pt;
  margin: 2vh;
}

@media (max-width: 965px) {
  .banner h1 {
    font-size: 14pt;
  }
  .back-btn {
    font-size: 12pt;
  }
  .article {
    font-size: 10pt;
  }
  .article p {
    font-size: 10pt;
  }
}

/*# sourceMappingURL=article-styles.css.map */
