.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page {
  flex-flow: row;
  width: 1000px;
  margin: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.body {
  background-color: #d8d8d8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.left {
  width: 300px;
  min-width: 200px;
}

.right {
  flex-flow: column;
  display: flex;
}

.item {
  text-align: center;
}

.item-h2 {
  margin-bottom: 0;
  font-size: 20px;
}

.x1 {
  padding-right: 20px;
}

.x2 {
  text-align: center;
  margin-bottom: 20px;
}

.p.brand-name {
  color: #747582;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 20px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.p.brand-desc {
  background-color: silver;
  border-radius: 5px;
  padding: 5px 10px;
}

.p.item-text {
  text-align: center;
  border: 3px solid #fff;
  border-radius: 5px;
  padding-bottom: 3px;
}

.p.item-text:hover {
  color: #fff;
  background-color: #9290a4;
  border-color: #e2d0d0;
}

.p.brand-purpose {
  border-bottom: 1px solid silver;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  padding: 5px 10px;
}

.y1 {
  margin-bottom: 10px;
}

.link {
  color: #000;
  text-decoration: underline;
}

.item-icon-o {
  text-align: center;
  margin-bottom: 10px;
}

.o-gen {
  width: 100%;
  margin: auto;
}

.o-gen.item-image {
  margin-bottom: 5px;
}

.o-gen.brand, .o-gen.brand-desc {
  text-align: center;
}

.item-image {
  width: 64px;
}

.item-lb {
  color: #414141;
  text-align: center;
  width: 100px;
  min-width: 100px;
  text-decoration: none;
}

.row {
  margin: auto auto 20px;
}

.row.items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 151px;
  display: block;
}

.j1 {
  margin: auto;
}

.p1 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-flow: column;
  display: flex;
}

.g1 {
  color: #fff;
  text-align: center;
  background-color: #878a86;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 20px;
}

.b1 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.row-2 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.row-2.items {
  background-color: #fff;
  border-radius: 10px;
}

.v1 {
  background-color: #c0c0c0a3;
  flex-flow: column;
  margin: auto;
  display: flex;
}

.section {
  margin: auto;
}

@media screen and (max-width: 991px) {
  .page {
    width: auto;
  }

  .body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p.brand-name {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p.brand-name {
    font-size: 22px;
  }
}
