.push {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 100%;
  align-self: stretch;
  width: 100% !important;
  max-width: 340px;
}

.push__inner {
  width: fit-content;
}

.push__image {
  position: relative;
  width: 323px;
  height: 323px;

  background-color: var(--color-primary--2);
  border-radius: 323px;
}


.push__image img {
  width: 302.954px;
  height: 302.954px;
  border-radius: 200px;

  position: absolute;
  top: 3px;
  right: 7.26px;
}

.push__content {
  position: relative;
}

.push__cta {
  margin: -40px auto 0;

  z-index: 1;
  width: max-content;
}



.push__cta .cta {
  font-weight: 900;
  line-height: 130%; /* 23.4px */

  padding: 16px;
  width: 100%;
}


@media all and (min-width: 900px) {
  .push__image {

    width: 343px;
    height: 343px;
    border-radius: 343px;
  }

  .push__image img {
    width: 322.954px;
    height: 322.954px;
    border-radius: 220px;
  }
}
