﻿.gallery-blocks{width:100%;max-width:100rem;}.main>.gallery-blocks{margin:0 auto;}.gallery-blocks .blocks{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:.25rem;}@media(min-width:48rem){.gallery-blocks .blocks{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);}}.gallery-blocks .block{background-color:#f1f1f2;}.gallery-blocks .block a{display:block;aspect-ratio:unset;width:100%;height:100%;}.gallery-blocks .block-major{grid-row:span 2;grid-column:span 2;}.gallery-blocks .caption-title{margin:0;color:var(--ctx-primary);}.gallery-blocks .caption-title+.caption-text{margin-top:.3125rem;}.gallery-blocks .caption-text{color:var(--bs-gray);}