.__hcb_image_wrap img {
  object-fit: cover;
  background-size: cover;
  height: 100%;
  aspect-ratio: 6 / 8;
  border-radius: 20px;
}

.__hcb_content_block_left_wrap {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.__hcb_content_block_left_wrap h1 {
  color: #7d57fc;
}

.underline-skew {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #d6ff62;
  transform: skewX(-5deg);
  margin-top: 5px;
  margin-bottom: 30px;
}

.underline-skew::before,
.underline-skew::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 8px;
  background-color: #d6ff62;
  transform: skewX(-5deg);
}

.underline-skew::before {
  left: -19px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.underline-skew::after {
  right: -19px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.__hcb_box_lime_wrap {
  background-color: #cbfd55;
  padding: 1px 25px 20px;
  border-radius: 20px;
  text-align: left;
  width: 115%;
  position: relative;
}

.__hcb_box_lime_wrap p {
  max-width: 500px;
}

.__hcb_highlight_button_wrap {
  text-align: right;
  margin-bottom: 20px;
}

.__hcb_highlight_button_wrap a {
  border: 1px solid #7d57fc;
  padding: 5px 21px 0px;
  border-radius: 20px;
  text-decoration: none;
  color: #7d57fc;
  text-transform: uppercase;
  font-family: "NativeStories Regular";
  letter-spacing: 1px;
}

.hcb_button_base {
  display: flex !important;
  justify-content: end;
}

/* MOBILE FIX — only affect screens below 767px */
@media (max-width: 767px) {
  .__hcb_image_wrap {
    width: 100%;
    height: auto;
  }

  .__hcb_image_wrap img {
    width: 100%;
    height: auto; /* remove squished behavior */
    aspect-ratio: unset; /* remove forced ratio */
    border-radius: 20px;
    object-fit: contain; /* safe */
  }
}

@media only screen and (max-width: 1023px) {
  .__hcb_box_lime_wrap {
    width: 100%;
  }
  .__hero_content_block_section .row {
    gap: 20px;
  }
}
