/* Custom spacing overrides for policy container */
#policy-main {
  padding-top: 12rem; /* 192px top spacing to frame below fixed navbar */
  padding-bottom: 12rem; /* 192px bottom spacing */
}
@media (max-width: 768px) {
  #policy-main {
    padding-top: 8rem; /* 128px top spacing on mobile devices */
    padding-bottom: 8rem; /* 128px bottom spacing */
  }
}
