.akpg-title-host,
.post_content > h2.akpg-heading-host {
  position: relative;
}

.akpg-title-host {
  min-height: 68px;
  padding-left: 76px !important;
}

.akpg-title-host > .akpg-decoration {
  left: 0;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
}

.post_content > h2.akpg-heading-host {
  min-height: 64px;
  padding-left: 74px !important;
}

.post_content > h2.akpg-heading-host > .akpg-decoration {
  left: 10px;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
}

.akpg-decoration {
  position: absolute;
  z-index: 1;
  display: block;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 600px) {
  .akpg-title-host {
    min-height: 52px;
    padding-left: 58px !important;
  }

  .akpg-title-host > .akpg-decoration {
    width: 48px;
    height: 48px;
  }

  .post_content > h2.akpg-heading-host {
    min-height: 54px;
    padding-left: 60px !important;
  }

  .post_content > h2.akpg-heading-host > .akpg-decoration {
    left: 8px;
    width: 42px;
    height: 42px;
  }
}
