.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dl-content__wrap {
  display: flex;
  flex-direction: row;
}
.dl-content__item {
  flex-shrink: 0;
  position: relative;
  width: 50%;
  padding: 50px 75px;
}
.dl-content__headline--title {
  font-size: 1.8rem;
  font-weight: bold;
}
.dl-content__headline--cat {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0.5;
}
.dl-content__headline--dsc {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.dl-content__headline--jump-btn {
  display: none;
  margin-top: 2rem;
  text-align: center;
}
.dl-content__thumb {
  margin-top: 2rem;
  position: relative;
  background: #E5F2EC;
  border-radius: 2px;
}
.dl-content__thumb img {
  width: 100%;
}
.dl-content__main {
  margin: 50px 0;
}
@media screen and (max-width: 1000px) {
  .dl-content__wrap {
    flex-direction: column;
  }
  .dl-content__item {
    width: 100%;
  }
  .dl-content__headline--jump-btn {
    display: block;
  }
}

.dl-section *:not(:last-child) {
  margin-bottom: 2rem;
}
.dl-section:not(:last-child) {
  margin-bottom: 75px;
}
.dl-section h2 {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.75rem !important;
  padding-left: 1.4em;
  line-height: 1.5em;
}
.dl-section h2:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0.3em;
  left: 0;
  background: #028442;
  border-radius: 50%;
}
.dl-section h3 {
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.75rem !important;
  padding-left: 1.4em;
}
.dl-section h3:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0.3em;
  left: 0;
  background: #A6A6A6;
  border-radius: 50%;
}
.dl-section h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem !important;
}
.dl-section p {
  line-height: 1.8rem;
}
.dl-section ul li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.8rem;
}
.dl-section ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.dl-section ul li:before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0.75rem;
  left: 0.25rem;
  background: #323232;
  border-radius: 50%;
}
.dl-section a {
  color: #323232;
  transition: 0.3s;
}
.dl-section a:visited, .dl-section a:active {
  color: #323232;
}
.dl-section a:hover {
  color: #028442;
}
.dl-section a {
  text-decoration: underline;
}/*# sourceMappingURL=download.css.map */