/* 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-filling {
  padding-top: 60px;
  padding-bottom: 60px; }
  #sec-filling .h4 {
    color: #52BAB7; }
  #sec-filling ul li {
    font-weight: 400; }
    #sec-filling ul li::before {
      color: #F66868; }
  @media screen and (min-width: 1025px) {
    #sec-filling {
      padding-top: 90px;
      padding-bottom: 130px; } }
