.three-col-divider-grid{column-gap:var(--column-gap);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:var(--pad-top) var(--pad-right) var(--pad-bottom) var(--pad-left)}.three-col-divider-grid__item{min-width:0;position:relative}.three-col-divider-grid__item>:first-child{margin-top:0}.three-col-divider-grid__item>:last-child{margin-bottom:0}.three-col-divider-grid.has-dividers .three-col-divider-grid__item:not(:last-child):after{background:var(--divider-color);content:"";height:100%;position:absolute;right:calc(var(--column-gap)/-2);top:0;width:var(--divider-width)}@media (max-width:1024px){.three-col-divider-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.three-col-divider-grid{column-gap:0;grid-template-columns:1fr;row-gap:var(--column-gap)}.three-col-divider-grid.has-dividers .three-col-divider-grid__item:not(:last-child):after{bottom:calc(var(--column-gap)/-2);height:var(--divider-width);left:0;right:auto;top:auto;width:100%}}