.main-container {
  display: block;
  width: 98%;
}
@media screen and (min-width: 1024px) {
  .main-container {
    width: 100%;
  }
}
.main-container h1 {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 22px;
  color: #1882C5;
  display: flex;
  align-items: center;
  margin: 0 17px 20px 17px;
  font-weight: normal;
}
@media screen and (min-width: 764px) {
  .main-container h1 {
    margin: 0 0 20px 0;
    font-size: 25px;
  }
}
.main-container h1::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 2px solid #1882C5;
}

h2 {
  color: #1882C5;
  padding: 0;
  font-size: 120%;
  font-weight: lighter;
  margin-top: 20px;
}
@media screen and (min-width: 764px) {
  h2 {
    font-size: 110%;
  }
}

li {
  list-style-type: none;
}

a.pdf {
  text-decoration: underline;
  color: #1882C5;
}

.main-content .wrapper {
  margin: 0 17px 0 17px;
  text-align: justify;
}
@media screen and (min-width: 764px) {
  .main-content .wrapper {
    margin: 0 0 0 0;
  }
}
.main-content .wrapper .text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 764px) {
  .main-content .wrapper .text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.main-content .wrapper .download {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 764px) {
  .main-content .wrapper .download {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.main-content .wrapper .image {
  text-align: center;
}
.main-content .wrapper .image img.leftimage {
  width: 80vw;
}
@media screen and (min-width: 764px) {
  .main-content .wrapper .image img.leftimage {
    width: 80vw;
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content .wrapper .image img.leftimage {
    width: 80vw;
    max-width: 700px;
  }
}
.main-content .wrapper .image .img2 {
  margin-top: 20px;
}
@media screen and (min-width: 764px) {
  .main-content .wrapper .image .img2 {
    margin-top: 30px;
  }
}
.main-content p {
  padding: 0% 0;
}

.bottom {
  display: flex;
  justify-content: center;
  font-size: 100%;
  margin-bottom: 40px;
  align-items: center;
}
.bottom a {
  color: #1882C5;
  text-decoration: underline;
  margin: 5px;
  display: flex;
}
.bottom img {
  justify-content: center;
  margin-top: 4px;
  vertical-align: middle;
}
.bottom .button {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .bottom .button {
    width: 18px;
    height: 18px;
  }
}/*# sourceMappingURL=single-news.css.map */