.faq-overlap-v2 {
  background: transparent;
  padding: 3rem;
  position: relative;
}



.faq-overlap-v2__inner {
  position: relative;
  width: min(100%, 1560px);
  margin-inline: auto;
  min-height: 420px;
}



.faq-overlap-v2__left {
  position: relative;
  z-index: 1;
  max-width: 935px;
}



.faq-overlap-v2__heading {
  margin: 0 0 2rem;
  color: #0d4a4f;
  font-size: 50px;
  font-weight: 800;
  line-height: 53px;
  font-family: 'Amifer Black';
}



.faq-overlap-v2__list {
  display: grid;
  gap: 0.75rem;
}



.faq-overlap-v2__item {
  background: #c5d9ce;
  border-radius: 10px;
  padding: 0.75rem 1rem;
}



.faq-overlap-v2__question {
  margin: 0;
  color: rgba(20, 66, 64, 1);
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  font-family: 'Neue Haas Grotesk Display Pro Black';
}



.faq-overlap-v2__answer {
  margin-top: 0.35rem;
  color: rgba(20, 66, 64, 1);
  font-size: 18px;
  line-height: 21px;
  font-family: 'Neue Haas Grotesk Display Pro Black';
  font-size: 400;
}



.faq-overlap-v2__actions {
  margin-top: 1.25rem;
}



.faq-overlap-v2__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  background: rgba(158, 212, 65, 1);
  color: rgba(20, 66, 64, 1);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Neue Haas Grotesk Display Pro Black';
}



/* Right-side layered artwork */
.faq-overlap-v2__artwork {
  position: absolute;
  right: 0;
  top: 30%;
  width: 520px;
  height: 390px;
  z-index: 1;
  pointer-events: none;
}



.faq-overlap-v2__bubble-main-wrap {
  position: absolute;
  top: -100px;
  right: 54px;
  width: 360px;
  z-index: 1;
}



.faq-overlap-v2__bubble-main {
  display: block;
  width: 100%;
  height: auto;
}



.faq-overlap-v2__bubble-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 1.25rem; */
  color: #ffffff;
  font-size: 39px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  font-family: 'Amifer Black';
}



.faq-overlap-v2__bubble-tail-wrap {
  position: absolute;
  top: 140px;
  right: 100px;
  width: 44px;
  z-index: 1;
}



.faq-overlap-v2__bubble-tail {
  display: block;
  width: 100%;
  height: auto;
}



.faq-overlap-v2__dog-wrap {
  position: absolute;
  left: -40%;
  bottom: -50%;
  width: 660px;
  z-index: 5;
}



.faq-overlap-v2__dog {
  display: block;
  width: 100%;
  height: auto;
}



@media (max-width: 1100px) {
  .faq-overlap-v2__artwork {
    width: 430px;
    height: 330px;
  }



  .faq-overlap-v2__bubble-main-wrap {
    width: 180px;
    right: 45px;
  }



  .faq-overlap-v2__bubble-tail-wrap {
    top: 125px;
    right: 98px;
    width: 38px;
  }



  .faq-overlap-v2__dog-wrap {
    width: 305px;
  }
}



@media (max-width: 860px) {
  .faq-overlap-v2__inner {
    min-height: auto;
  }



  .faq-overlap-v2__left {
    max-width: 100%;
  }



  .faq-overlap-v2__artwork {
    position: relative;
    width: 320px;
    height: 280px;
    margin: 2rem auto 0;
    right: auto;
    bottom: auto;
  }



  .faq-overlap-v2__bubble-main-wrap {
    right: 18px;
    top: 0;
    width: 150px;
  }



  .faq-overlap-v2__bubble-tail-wrap {
    top: 102px;
    right: 60px;
    width: 32px;
  }



  .faq-overlap-v2__dog-wrap {
    right: 0;
    width: 250px;
  }



  .faq-overlap-v2__bubble-text {
    font-size: 0.95rem;
  }
}