/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.img_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
  margin-bottom: min(80px, 4.7vw);
}
@media screen and (max-width: 575px) {
  .img_column {
    gap: 10px 10px;
  }
}
/*# sourceMappingURL=img_column.css.map */
