.buttonteaser-block {
  margin-bottom: 4rem;
}
.buttonteaser-block .content .row {
  margin: 0px;
}
.buttonteaser-block .content .first-part {
  padding: 0;
  margin: 0;
  background-color: #387C3A;
  color: white;
}
.buttonteaser-block .content .first-part .teaser-content {
  text-align: center;
  position: relative;
  font-size: 1.3125rem;
}
.buttonteaser-block .content .first-part .teaser-content *, .buttonteaser-block .content .first-part .teaser-content * * {
  font-size: inherit;
}
.buttonteaser-block .content .first-part .teaser-content p, .buttonteaser-block .content .first-part .teaser-content p * {
  margin: 0;
  padding: 0;
}
.buttonteaser-block .content .second-part {
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  background-color: #75A65E;
}
.buttonteaser-block .content .second-part:hover {
  background-color: #387C3A;
}
.buttonteaser-block .content .second-part a {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
}
.buttonteaser-block .content .second-part a .btn-content {
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3125rem;
  text-align: center;
  color: white;
}
.buttonteaser-block .content .first-part, .buttonteaser-block .content .second-part a {
  padding: 20px 35px;
}
