#partners-list {
  max-width: min(100%, 1140px);
  margin: 0 auto;
  height: 96%;
  background: #f1f1f1;
  padding: 10px;
  box-shadow: 0 0 4px #9e92c8d9;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.el-row {
  margin-bottom: 2px;
}

.el-row:last-child {
  margin-bottom: 0;
}

.el-col {
  border-radius: 4px;
}

.grid-content {
  border-radius: 4px;
  min-height: 36px;
}

.ep-bg-purple {
  background: purple;
}