@media only screen and (min-width:768px){.three-col-grid{--var-three-col-gap:60px;grid-gap:var(--var-three-col-gap);display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.three-col-grid .module-container{min-height:20vh}}@media only screen and (max-width:767px){.three-col-grid .module-container{margin-bottom:40px}}.three-col-grid .module-container .module h3{color:#212721;margin-bottom:16px}.three-col-grid .three_col_light,.three-col-grid .three_col_light h3{color:#fff}