.push-box__image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75rem;
  max-width: 4.0625rem;
  max-height: 4.0625rem;
  padding: 1rem;
  border: 0.0625rem solid #952D98;
  border-radius: 50%;
}
.push-box__image:after {
  position: absolute;
  content: "";
  height: 1.875rem;
  width: 0.0625rem;
  border: 0.0625rem dashed #952D98;
  left: 50%;
  bottom: -2.25rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.push-box__content {
  position: relative;
  padding: 2rem 1.875rem 1.25rem;
  margin-top: 1.25rem;
  background: #F5F6FB;
  border-top-left-radius: 1.125rem;
  border-top-right-radius: 1.125rem;
}
.push-box__content:after {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 1.875rem;
  top: -1.25rem;
  left: 50%;
  background-image: url(../../../../../../themes/inwi_diriddik/assets/img/tooltip.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}