/* TABLET */
@media (min-width: 769px) and (max-width: 1100px) {
  .not-alone {
    max-width: 520px !important;
    margin: -34px auto 0 !important;
    transform: none !important;
  }
}

/* PHONE */
@media screen and (max-width: 900px) {
  .not-alone {
    width: 88vw !important;
    max-width: 300px !important;
    margin: 18px auto 0 !important;
    transform: none !important;
    padding: 16px 14px !important;
    box-sizing: border-box !important;
  }

  .not-alone .wp-block-image,
  .not-alone .heart-icon {
    display: none !important;
  }

  .not-alone .wp-block-button,
  .not-alone .wp-block-button__link {
    width: 220px !important;
    max-width: 220px !important;
    min-width: 220px !important;
  }

  .not-alone .wp-block-button__link {
    padding: 14px 20px !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
  .cta-bottle,
.steps-bottle,
.bottle {
  display: none !important;
}

.dots-left {
  left: -70px !important;
  right: auto !important;
}

.dots-right {
  right: -70px !important;
  left: auto !important;
}

.dots-left,
.dots-right {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  opacity: .65 !important;
  width: 150px !important;
  max-width: 150px !important;
}

.dots-left {
  left: -105px !important;
  right: auto !important;
}

.dots-right {
  right: -105px !important;
  left: auto !important;
}

.dots-row,
.steps-section,
.steps-box {
  overflow: visible !important;
}

}