.partner_row {
  margin-bottom: 30px;
}

.partner_logo_box {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}

.partner_content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list_simple {
  list-style: none;
  padding-left: 0;
}

.list_simple li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.list_simple li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #e31e24;
  font-size: 14px;
}
