.elementor .txth2{font-weight:500;font-size:25px;}.elementor .blockbox{width:1600px;padding-block-start:60px;padding-block-end:20px;padding-inline-start:20px;padding-inline-end:20px;margin-block-start:5px;border-radius:12px;border-width:1px;border-color:var(--gold);border-style:solid;background-color:var(--wite);display:flex;flex-direction:row;grid-auto-flow:column;justify-content:space-between;align-items:center;/* Hero parent */
.implant-hero {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 420px;
  padding: 52px 64px;
  background: #f7f8fa;
  border-top: 4px solid #b99653;
  border-bottom: 1px solid #e3e6e9;
}

/* Text column */
.implant-hero-content {
  flex: 1 1 60%;
  max-width: 760px;
  text-align: right;
}

/* Main heading */
.implant-hero-title {
  margin: 0;
  color: #17233b;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.45;
}

/* Price that is already red in the heading */
.implant-hero-title strong,
.implant-hero-title b {
  color: #c92535;
  font-weight: 800;
  border-bottom: 2px solid #c92535;
}

/* Image column */
.implant-hero-media {
  flex: 0 0 330px;
  width: 330px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e8ecef;
  border: 1px solid #d9dde2;
}

/* Image element */
.implant-hero-image,
.implant-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Mobile */
@media (max-width: 767px) {
  .implant-hero {
      flex-direction: column-reverse;
      gap: 28px;
      min-height: auto;
      padding: 36px 20px 40px;
  }

  .implant-hero-content {
      max-width: none;
      text-align: center;
  }

  .implant-hero-title {
      font-size: 30px;
      line-height: 1.55;
  }

  .implant-hero-media {
      flex-basis: auto;
      width: min(100%, 310px);
      margin: 0 auto;
      aspect-ratio: 1 / 1;
  }
}.implant-hero {
  outline: 3px solid red !important;
}\n}