.plan-heading2 {
  margin-bottom: 1.44rem;
}

.price-tag2 {
  font-size: 2.75rem;
  margin-bottom: 6px;
}

.plan-btn2 a {
  margin-bottom: 1.875rem;
}

.plan-item2 ul li {
  margin-bottom: 8px;
  font-size: 0.875rem;
}

.li-everything2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.coachingPriceBoxWrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.coachingPriceBox {
  max-width: 650px;
  width: 100%;
  padding: 1.5rem 3rem 2rem 1.25rem;
  border-radius: 8px;
  border: 1px solid #e5e2f1;
  background: #fff;
}

.coachingpriceHeadingWrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}

.coachingpriceHeading {
  color: #120155;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.addOnTag {
  border-radius: 6.857px;
  background: #8868ff;
  margin-left: 4px;
  padding: 2.5px 7px;
  color: #fff;
  font-size: 0.79rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.coachingpriceContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-btn3 a {
  margin-bottom: 0px;
}

.coachingpriceContentRight {
  border-radius: 0px;
  border: none;
  background: none;
  padding: 0px;
  flex: none;
  max-width: none;
  margin: unset;
}

.faqSection {
  padding: 5rem 20px;
}

.faqSectionHeading {
  font-family: "Paytone One", sans-serif;
  font-size: 1.94rem;
  line-height: 2.5rem;
  color: #1f2128;
  margin-bottom: 0.5rem;
  color: #05034e;
  text-align: center;
}

.faqSectionDesc {
  color: #3d3c7d;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  max-width: 800px;
}

.faqSectionBtn {
  border: none;
  margin-bottom: 5rem;
}

.faqSectionCardList {
  max-width: 800px;
  width: 100%;
}

.faqSectionCard {
  padding: 1rem 0px;
  border-bottom: 0.5px solid #eeedf2;
  gap: 1rem;
}

.faqSectionCardText2 {
  color: #3d2d7c;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.faqSectionCardText1 {
  color: #3d3c7d;
  font-size: 1.125rem;
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .coachingPriceBox {
    max-width: 228px;
    padding: 1.5rem;
  }

  .addOnTag {
    min-width: fit-content;
  }

  .coachingpriceContent {
    flex-direction: column;
    gap: 3rem;
    align-items: baseline;
  }

  .coachingpriceContentLeft {
    width: 100%;
  }
}
