.ebook-cover {
  position: absolute;
  top: -17px;
  right: 16px;
  z-index: 1;
}

.ebook-cover-newsletter {
  position: absolute;
  top: 5%;
  right: 0px;
  z-index: 1;
  transform: rotate(-10deg);
  filter: drop-shadow(0px -1px 2px #808080);
}

.limit-width {
  width: 75%;
}

.limit-newsletter {
  width: 75%;
}

.show-box-when-mobile {
}
.show-box-when-mobile-newsletter {
  padding: 1em;
}

.description-cta-font-size {
  font-size: 1.5em;
}

.shadow {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.conditional-mobile-flex {
  display: flex;
}

.joyful-woman {
  align-self: end;
}

@media screen and (max-width: 1110px) {
  .ebook-cover {
    position: relative;
    margin: 0 auto;
  }
  .limit-width {
    width: 100%;
  }
  .show-box-when-mobile {
    padding: 24px;
    margin-bottom: 64px;
    background-image: var(--gradient-primary);
    border-radius: var(--size-2);
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .ebook-cover-newsletter {
    position: relative;
    margin: 0 auto;
  }

  .limit-newsletter {
    width: 100%;
  }
  .show-box-when-mobile-newsletter {
    padding: 0px;
    margin-bottom: 64px;
    background-image: var(--gradient-primary);
    border-radius: var(--size-2);
    align-items: center;
    position: relative;
    overflow: visible;
  }

  .show-box-when-mobile::before {
    content: "";
    width: 24rem;
    height: 24rem;
    position: absolute;
    left: -3.5rem;
    top: -10rem;
    border-radius: 50%;
    border: 5rem solid rgba(0, 0, 0, 0.06);
    z-index: 0;
  }

  .show-box-when-mobile-newsletter::before {
    content: "";
    width: 24rem;
    height: 24rem;
    position: absolute;
    left: -3.5rem;
    top: -10rem;
    border-radius: 50%;
    border: 5rem solid rgba(0, 0, 0, 0.06);
    z-index: 0;
  }
}

@media screen and (max-width: 880px) {
  .ebook-cover-newsletter {
    position: relative;
    margin: 0 auto;
    transform: rotate(-10deg);
    top: -30px;
  }
  .limit-newsletter {
    width: 100%;
  }
  .show-box-when-mobile {
    padding: 0px;
    margin-bottom: 64px;
    background-image: var(--gradient-primary);
    border-radius: var(--size-2);
    align-items: center;
    position: relative;
    overflow: visible;
  }
  .show-box-when-mobile::before {
    border: 0rem solid rgba(0, 0, 0, 0.06);
  }
  .show-box-when-mobile-newsletter {
    padding: 0em;
    margin-bottom: 64px;
    background-image: var(--gradient-primary);
    border-radius: var(--size-2);
    align-items: center;
    position: relative;
    overflow: visible;
  }
}

@media screen and (max-width: 700px) {
  .conditional-mobile-flex {
    display: block;
  }
  .joyful-woman {
    margin: 0 auto;
  }
  .show-box-when-mobile-newsletter::before {
    content: "";
    width: 24rem;
    height: 24rem;
    position: absolute;
    left: -3.5rem;
    top: -10rem;
    border-radius: 50%;
    border: 5rem solid rgba(0, 0, 0, 0.06);
    z-index: 0;
  }
}
