.item_primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item_primary ._ttl {
  font-size: 28px;
  font-feature-settings: "palt";
}

.item_primary ._figure {
  padding: 0 24px 0 0;
  text-align: center;
}

.item_primary ._figure img {
  margin: auto;
  width: 100%;
}

.item_primary._reverse {
  flex-direction: row-reverse;
}

.item_primary._reverse ._figure {
  padding: 0 0 0 24px;
}

@media (max-width: 900px) {
  .item_primary ._ttl {
    font-size: 24px;
    font-feature-settings: "palt";
  }
}

@media (max-width: 768px) {
  .item_primary {
    flex-direction: column;
  }
  .item_primary ._figure {
    padding: 0 0 0 0;
  }
  .item_primary._reverse {
    flex-direction: column;
  }
  .item_primary._reverse ._figure {
    padding: 0 0 0 0;
  }
}

.item_secondary {
  display: flex;
  justify-content: space-between;
}

.item_secondary ._figure {
  width: 50%;
}

.item_secondary ._context {
  width: calc(50% - 12px);
}

.cols2,
.cols3,
.cols4,
.cols6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /** @media max-width: 767px */
}

@media screen and (max-width: 767px) {
  .cols2 ._item:nth-of-type(n+2),
  .cols3 ._item:nth-of-type(n+2),
  .cols4 ._item:nth-of-type(n+2),
  .cols6 ._item:nth-of-type(n+2) {
    margin-left: 0;
  }
}

.cols2 {
  /** @media max-width: 767px */
}

.cols2 ._item {
  width: calc(50% - 12px);
}

.cols2 ._item:nth-of-type(n+2) {
  margin-left: 24px;
}

.cols2 ._item:nth-of-type(2n+1) {
  margin-left: 0px;
}

.cols2 ._item:nth-of-type(n+3) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .cols2 ._item {
    width: 100%;
  }
  .cols2 ._item:nth-of-type(n+2) {
    margin-left: 0px;
    margin-top: 24px;
  }
}

.cols3 {
  /** @media max-width: 767px */
}

.cols3 ._item {
  width: calc(33.333% - 16px);
}

.cols3 ._item:nth-of-type(n+2) {
  margin-left: 24px;
}

.cols3 ._item:nth-of-type(3n+1) {
  margin-left: 0px;
}

.cols3 ._item:nth-of-type(n+4) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .cols3 ._item {
    width: calc(50% - 6px);
  }
  .cols3 ._item:nth-of-type(n+2) {
    margin-left: 12px;
  }
  .cols3 ._item:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .cols3 ._item:nth-of-type(n+3) {
    margin-top: 24px;
  }
}

.cols4 {
  /** @media max-width: 767px */
}

.cols4 ._item {
  width: calc(25% - 18px);
}

.cols4 ._item:nth-of-type(n+2) {
  margin-left: 24px;
}

.cols4 ._item:nth-of-type(4n+1) {
  margin-left: 0px;
}

.cols4 ._item:nth-of-type(n+5) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .cols4 ._item {
    width: calc(50% - 6px);
  }
  .cols4 ._item:nth-of-type(n+2) {
    margin-left: 12px;
  }
  .cols4 ._item:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .cols4 ._item:nth-of-type(n+3) {
    margin-top: 24px;
  }
}

.cols6 {
  /** @media max-width: 767px */
}

.cols6 ._item {
  width: calc(16.6666% - 20px);
}

.cols6 ._item:nth-of-type(n+2) {
  margin-left: 24px;
}

.cols6 ._item:nth-of-type(6n+1) {
  margin-left: 0px;
}

.cols6 ._item:nth-of-type(n+7) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .cols6 ._item {
    width: calc(50% - 6px);
  }
  .cols6 ._item:nth-of-type(n+2) {
    margin-left: 12px;
  }
  .cols6 ._item:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .cols6 ._item:nth-of-type(n+3) {
    margin-top: 24px;
  }
}
