.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;
}

.a-headline__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 75px 0;
}
.a-headline__title {
  font-size: 2.5rem;
  font-weight: bold;
}
.a-headline__label {
  margin-bottom: 1rem;
  color: #028442;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial;
}
.a-headline__text {
  margin-right: 50px;
}
.a-headline__img {
  position: relative;
  flex-shrink: 0;
  width: 45%;
}
.a-headline__img span {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  border-radius: 8px;
}
.a-headline__img img {
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.a-headline__attr {
  margin-top: 50px;
}
.a-headline__attr li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.a-headline__attr li:not(:last-child) {
  margin-bottom: 1rem;
}
.a-headline__attr li:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0.28em;
  left: 0;
  background: #028442;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .a-headline__content {
    flex-direction: column;
  }
  .a-headline__text {
    margin: 0 0 50px 0;
  }
  .a-headline__img {
    width: 100%;
  }
}

.a-article__wrap {
  width: 80%;
  margin: 0 10%;
}
@media screen and (max-width: 1000px) {
  .a-article__wrap {
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=article.css.map */