@media screen and (max-width: 767px) {
  .pricing_header_section {
    padding: 132px 0 64px;
  }
  .pricing_header_section .pricing-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .pricing_header_section .pricing-sub-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .pricing_header_section .money_back_guarantee {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .pricing_header_section .money_back_guarantee > div {
    gap: 6px;
  }
  .pricing_header_section .money_back_guarantee > div img {
    width: 20px;
    height: 20px;
  }
  .pricing_header_section .money_back_guarantee > div p {
    font-size: 18px;
    line-height: 26px;
  }
}
