@import url(./module.css);
@import url(./layout.css);

@media (max-width: 768px) {
  :root {
    --gap: 20px;
    --page-top-gap: 24px;
    --page-bottom-gap: 48px;
    --section-block-gap: 40px;
    --section-header-bottom-gap: 36px;
    --section-title-gap: 24px;
    --content-row-gap: 20px;
    --header-top-gap: 24px;
  }
}
