.wp-block-cnb-vorteilenachteile {
  display: flex;
  margin-bottom: 50px;
}
.wp-block-cnb-vorteilenachteile .vorteile {
  width: calc(50% - 10px);
  margin-right: 20px;
  background: #F5F8FA;
}
.wp-block-cnb-vorteilenachteile .vorteile ul li::before {
  content: url('img/vor.svg');
  position: absolute;
  top: 5px;
  left: 0;
}
.wp-block-cnb-vorteilenachteile .nachteile {
  width: calc(50% - 10px);
  background: #FCF1EA;
}
.wp-block-cnb-vorteilenachteile .nachteile ul li::before {
  content: url('img/nach.svg');
  position: absolute;
  top: 5px;
  left: 0;
}
.wp-block-cnb-vorteilenachteile .vorteile,
.wp-block-cnb-vorteilenachteile .nachteile {
  border-radius: 20px;
  padding: 25px;
}
.wp-block-cnb-vorteilenachteile .vorteile p,
.wp-block-cnb-vorteilenachteile .nachteile p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #25283D;
  margin-bottom: 25px;
}
.wp-block-cnb-vorteilenachteile .vorteile ul li,
.wp-block-cnb-vorteilenachteile .nachteile ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.wp-block-cnb-vorteilenachteile .vorteile ul li:last-child,
.wp-block-cnb-vorteilenachteile .nachteile ul li:last-child {
  margin-bottom: 0;
}
.wp-block-cnb-vorteilenachteile button {
  width: 100%;
  height: 50px;
  background: linear-gradient(94.66deg, #2CC6A3 0%, #25D84E 100%);
  border-radius: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
  cursor: pointer;
}
.wp-block-cnb-vorteilenachteile button:hover {
  background: linear-gradient(270deg, #2CC6A3 0%, #25D84E 100%);
}
@media screen and (max-width: 1000px) {
  .wp-block-cnb-vorteilenachteile {
    display: block;
  }
  .wp-block-cnb-vorteilenachteile .vorteile {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wp-block-cnb-vorteilenachteile .nachteile {
    width: 100%;
  }
}
