@media screen and (max-width: 1260px) and (min-width: 768px) {
  .pricing_header_section {
    padding: 148px 0 80px;
  }
  .pricing_header_section .pricing-title {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 24px;
  }
  .pricing_header_section .pricing-sub-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .pricing_header_section .money_back_guarantee {
    gap: 40px;
  }
  .pricing_header_section .money_back_guarantee > div {
    gap: 12px;
  }
  .pricing_header_section .money_back_guarantee > div img {
    width: 26px;
    height: 26px;
  }
  .pricing_header_section .money_back_guarantee > div p {
    font-size: 20px;
    line-height: 30px;
  }
}
