/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-pp {
  padding-bottom: 140px; }
  #sec-pp h4 {
    font-size: 36px;
    margin-bottom: 35px; }
  #sec-pp h5 {
    font-size: 30px;
    margin-bottom: 35px; }
  @media screen and (max-width: 1025px) {
    #sec-pp {
      padding-bottom: 80px; }
      #sec-pp h4 {
        font-size: 30px;
        margin-bottom: 20px; }
      #sec-pp h5 {
        font-size: 26px;
        margin-bottom: 20px; } }
