﻿.box {
  max-width:190px;
  margin: 0 auto;
}

.module_layout-2column .module_layout-2column__cell .box {
  max-width: 220px;
}
@media (max-width: 767px) {
  .module_layout-2column .module_layout-2column__cell .box {
    max-width: 100%;
  }
}