.content-teaser .content {
  background-color: #D8D8D82B;
  color: white;
  margin: 0;
}
.content-teaser .content a {
  color: white;
  text-decoration: underline;
}
.content-teaser .content .teaser-btn {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  overflow: hidden;
  background-color: #74a35dff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 1.125rem;
  text-align: center;
  color: white;
}
.content-teaser .content .first-part .inner {
  height: 100%;
  width: 100%;
  padding: 55px;
  display: flex;
  flex-direction: column;
}
.content-teaser .content .first-part .inner h3 {
  font-size: 1.9375rem;
  color: white;
}
.content-teaser .content .first-part .inner .teaser-desc p, .content-teaser .content .first-part .inner .teaser-desc p * {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.content-teaser .content .first-part .inner .teaser-desc ul {
  margin-bottom: 0;
}
.content-teaser .content .first-part .inner .teaser-btn {
  background-color: #397c18ff;
}
.content-teaser .content .first-part .inner .teaser-btn:hover {
  background-color: #397c18aa;
}
.content-teaser .content .second-part {
  text-align: center;
  padding: 0;
}
.content-teaser .content .second-part .inner {
  padding: 55px;
  width: 100%;
  height: 100%;
}
.content-teaser .content .second-part .inner .teaser-img {
  text-align: center;
}
.content-teaser .content .second-part .inner .teaser-img img {
  max-width: 100%;
}
.content-teaser .content .second-part .inner a {
  width: 100%;
}
.content-teaser .content .second-part .inner .teaser-btn {
  background-color: #74a35dff;
}
.content-teaser .content .second-part .inner .teaser-btn:hover {
  background-color: #397c18ff;
}
