.pricing_header_section {
  background: var(--Fill-Default-Neutral-Thiner, rgba(20, 21, 31, 0.03));
  color: var(--Text-Default-Neutral-Strong, #14151F);
  position: relative;
  text-align: center;
}
.pricing_header_section .pricing-title {
  font-weight: 700;
}
.pricing_header_section .pricing-sub-title {
  color: rgba(20, 21, 31, 0.7);
}
.pricing_header_section .money_back_guarantee {
  display: flex;
  justify-content: center;
}
.pricing_header_section .money_back_guarantee > div {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.pricing_header_section .money_back_guarantee > div p {
  font-weight: 500;
}
