/* /honormagic6pro */
.hm7 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(10px, 1fr) 380px minmax(10px, 1fr);
  align-items: center;
  gap: 2.5rem;
  padding: 0 20px;
  margin-block-end: 2rem;
}

.hm7 img {
  max-width: 100%;
  height: auto;
}

.hm7__content {
  padding-block-start: 2.5rem;
}
@media (max-width: 1300px) {
  .hm7 {
    grid-template-columns: minmax(10px, 1fr) 300px minmax(10px, 1fr);
  }
}
@media (max-width: 1100px) {
  .hm7__content {
    padding-block-start: 3.5rem;
  }
}

@media (max-width: 1000px) {
  .hm7 {
    grid-template-columns: auto auto;
    padding: 40px 0 0;
  }

  .hm7__content {
    grid-column: span 2;
    padding-block-start: 0;
  }
}

@media (max-width: 560px) {
  .hm7 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hm7__content {
    grid-column: span 1;
  }

  .hm7__bubbles {
    order: 4;
  }
}

@media (max-width: 500px) {
  .hm7 {
    padding: 50px 0 0;
  }
}

.hm7__aiImg {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

@media (max-width: 800px) {
  .hm7__aiImg {
    right: 0;
    top: 0;
    width: 180px;
    height: auto;
  }
}

.hm7__bubbles {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.hm7__bubbles > div {
  border: 3px solid #fff;
}

.hm7__bubbles .bubble {
  width: 8.75rem;
  height: 8.75rem;
}

@media (max-width: 500px) {
  .hm7__bubbles .bubble {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
}

.hm7__bubbles .bg--violetBrand {
  border-radius: 0 50% 50% 50%;
  z-index: 5;
}

.bubble.bg--green {
  flex-direction: column;
}

.bubble.bg--green {
  position: relative;
  margin: -134px 0 0 -30px;
  border-radius: 50% 0 50% 50%;
  z-index: -1;
  text-transform: uppercase;
}

.hm7__bubbles .bubble--green .discountCode {
  margin: 10px 0 0;
  font-size: 18px;
}

@media (max-width: 500px) {
  .hm7__bubbles .bubble--green .discountCode {
    font-size: 14px;
  }
}

.hm7__bubbles .bg--orangeBrand {
  border-radius: 50% 50% 0 50%;
  margin: 90px 0 0 -131px;
}

@media (min-width: 851px) and (max-width: 1400px) {
  .hm7__desc {
    grid-column: span 2;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .bubble.bg--orangeBrand {
    margin: 90px 0 0 -109px;
  }
}

.hm7__titleImg {
  margin-inline: auto;
}

.hm7__title {
  font-size: clamp(1.75rem, 0.4107rem + 4.2857vw, 3.625rem);
  font-weight: 700;
  line-height: .5;
}

.hm7__titleLT {
  font-size: clamp(1.125rem, 0.5893rem + 1.7143vw, 1.875rem);
  text-decoration: line-through;
  font-weight: 600;
}