.article-teaser-block {
  margin: 0;
  border-bottom: 2px solid #ffffff;
}
.article-teaser-block * {
  margin-top: 0;
}
.article-teaser-block__heading {
  text-align: center;
  margin-bottom: -0.5rem;
}
@media screen and (min-width: 50em) {
  .article-teaser-block__heading {
    margin-bottom: -2rem;
  }
}
.article-teaser-block__heading span {
  display: inline-block;
  color: white;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (min-width: 50em) {
  .article-teaser-block__heading span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.article-teaser-block.is-green .pageBoundary,
.article-teaser-block.is-petroleum .pageBoundary,
.article-teaser-block.is-red .pageBoundary,
.article-teaser-block.is-grey .pageBoundary,
.article-teaser-block.is-purple .pageBoundary,
.article-teaser-block.is-peach .pageBoundary {
  padding: 1rem;
}
.article-teaser-block.is-green ol,
.article-teaser-block.is-petroleum ol,
.article-teaser-block.is-red ol,
.article-teaser-block.is-grey ol,
.article-teaser-block.is-purple ol,
.article-teaser-block.is-peach ol {
  margin-left: 1.5rem;
}
.article-teaser-block.is-green ol li:not(:last-child),
.article-teaser-block.is-petroleum ol li:not(:last-child),
.article-teaser-block.is-red ol li:not(:last-child),
.article-teaser-block.is-grey ol li:not(:last-child),
.article-teaser-block.is-purple ol li:not(:last-child),
.article-teaser-block.is-peach ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.article-teaser-block.is-green {
  background-color: #bddbc6;
}
.article-teaser-block.is-green .article-teaser-block__heading span {
  background-color: #2e664b;
}
.article-teaser-block.is-petroleum {
  background-color: #a2cecf;
}
.article-teaser-block.is-petroleum .article-teaser-block__heading span {
  background-color: #034747;
}
.article-teaser-block.is-red {
  background-color: #fbc5ba;
}
.article-teaser-block.is-red .article-teaser-block__heading span {
  background-color: #7f0303;
}
.article-teaser-block.is-grey {
  background-color: #D8D8D8;
}
.article-teaser-block.is-grey .article-teaser-block__heading span {
  background-color: #3c3e3e;
}
.article-teaser-block.is-purple {
  background-color: #d9d0d4;
}
.article-teaser-block.is-purple .article-teaser-block__heading span {
  background-color: #631134;
}
.article-teaser-block.is-peach {
  background-color: #FFE2CB;
}
.article-teaser-block.is-peach .article-teaser-block__heading span {
  background-color: #de7e5d;
  color: black;
}
.article-teasers {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  column-gap: 3rem;
  row-gap: 4rem;
  padding: 3.5rem 0;
}
@media screen and (min-width: 50em) {
  .article-teasers {
    padding: 5rem 0;
    row-gap: 5rem;
  }
}
@media screen and (min-width: 60em) {
  .article-teasers {
    flex-direction: row;
    padding: 6.25rem 0;
  }
}
@media screen and (min-width: 70em) {
  .article-teasers {
    column-gap: 5rem;
  }
}
.article-teaser {
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 3rem;
  row-gap: 1.5rem;
  position: relative;
  flex-basis: 50%;
  max-width: 43.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 50em) {
  .article-teaser {
    row-gap: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .article-teaser {
    max-width: none;
  }
}
@media screen and (min-width: 70em) {
  .article-teaser {
    column-gap: 5rem;
  }
}
.article-teaser__content {
  order: 2;
  column-gap: 1.5rem;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.article-teaser__content-heading {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 50em) {
  .article-teaser__content-heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.article-teaser__content-heading a {
  color: black;
  border-bottom: none;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  outline: none;
}
.article-teaser__content-heading a:hover,
.article-teaser__content-heading a:focus {
  text-decoration-thickness: 2px;
}
.article-teaser__content-heading a:focus-visible {
  text-decoration-thickness: 3px;
}
.article-teaser__content-heading a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.article-teaser__content-ingress {
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 34.9375em) {
  .article-teaser__content-arrow {
    display: none;
  }
}
.article-teaser__image {
  flex-basis: 100%;
}
@media screen and (min-width: 60em) {
  .article-teaser:first-child:last-child {
    flex-direction: row;
    flex-basis: 100%;
  }
  .article-teaser:first-child:last-child .article-teaser__content {
    max-width: 43.75rem;
    margin: 0 auto;
  }
}
