.markenwelt-dos-puntos__wrapper {
  width: 100%;
  height: 100%;
  background-color: #eee9dc;
}

.markenwelt-dos-puntos {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.markenwelt-dos-puntos__logo {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.markenwelt-dos-puntos__logo--image {
  width: 100%;
}

.markenwelt-dos-puntos__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.markenwelt-dos-puntos__content--text {
  width: auto;
  height: auto;
  background-color: #99c023;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  padding: 7% 16px;
  line-height: 1.3;
}

.markenwelt-dos-puntos__content--text p {
  width: 100%;
}

.markenwelt-dos-puntos__content--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.markenwelt-dos-puntos__spots {
  display: inline-block;
  position: absolute;
  width: 15%;
}

.markenwelt-dos-puntos__content--text-spots-right {
  right: 5%;
  transform: translateY(-110%);
}

.markenwelt-dos-puntos__content--text-spots-left {
  margin-top: 10px;
}

.markenwelt-dos-puntos__content--picture-spots-left--desktop {
  display: none;
}

.markenwelt-dos-puntos__content--picture-spots-right--top {
  display: none;
}

.markenwelt-dos-puntos__content--picture-spots-right--bottom {
  position: relative;
  margin-top: -7%;
  align-self: flex-end;
  right: 5%;
}

.markenwelt-dos-puntos__content--picture-spots-left--bottom {
  display: none;
}

.markenwelt-dos-puntos__spots-container {
  text-align: end;
}

@media screen and (min-width: 360px) {
  .markenwelt-dos-puntos__content--text p {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .markenwelt-dos-puntos__content {
    display: flex;
    flex-direction: row;
    width: 90%;
    padding-bottom: 32px;
  }

  .markenwelt-dos-puntos__logo--image {
    max-width: 30%;
  }

  .markenwelt-dos-puntos__content--text {
    width: 50%;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 8px 16px;
    position: relative;
  }

  .markenwelt-dos-puntos__content--picture-spots-right--top {
    position: absolute;
    right: -10%;
    margin-bottom: -10%;
    display: inline-block;
    margin-top: -9%;
  }

  .markenwelt-dos-puntos__content--picture-spots-right--bottom {
    right: -15%;
    bottom: 25%
  }

  .markenwelt-dos-puntos__content--picture-spots-left--bottom {
    position: relative;
    margin-top: -7%;
    align-self: flex-start;
    left: 5%;
    display: inline-block;
  }

  .markenwelt-dos-puntos__content--picture-spots-left--desktop {
    display: inline-block;
    position: absolute;
    bottom: -4%;
    left: 5%;
  }

  .markenwelt-dos-puntos__content--text-spots-left,
  .markenwelt-dos-puntos__content--text-spots-right {
    display: none;
  }

  .markenwelt-dos-puntos__spots {
    width: 30%
  }

  .markenwelt-dos-puntos__spots-container {
    text-align: end;
    width: 50%;
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .markenwelt-dos-puntos__content--text p {
    width: 80%;
  }
}

@media screen and (min-width: 1024px) {
  .markenwelt-dos-puntos__content {
    padding-bottom: 48px;
  }

  .markenwelt-dos-puntos__content--text,
  .markenwelt-dos-puntos__spots-container {
    max-height: 480px;
  }

  .markenwelt-dos-puntos__content--picture-spots-left--desktop {
    bottom: -6%;
  }
}

@media screen and (min-width: 1200px) {
  .markenwelt-dos-puntos__content--text {
    font-size: 17px;
  }

  .markenwelt-dos-puntos__content--text p {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .markenwelt-dos-puntos__content--text,
  .markenwelt-dos-puntos__spots-container {
    max-height: 640px;
  }

  .markenwelt-dos-puntos__content--text p {
    width: 60%;
    padding-right: 10%;
  }
}
