.controller.is-alternated.is-even .row-alternated .pad-left, .row.is-right-aligned .pad-left {
  padding-left: 0;
  padding-right: 6%;
}
.partition-66 .row.is-right-aligned > :first-child, .partition-66 .row.is-left-aligned > :first-child, .partition-66 .row.is-alternate > :first-child, .partition-66 .is-alternated .items .row > :first-child {
  width: 66.66%;
}
.partition-66 .row.is-right-aligned > :last-child, .partition-66 .row.is-left-aligned > :last-child, .partition-66 .row.is-alternate > :last-child, .partition-66 .is-alternated .items .row > :last-child {
  width: 33.33%;
}
.partition-60 .row.is-right-aligned > :first-child, .partition-60 .row.is-left-aligned > :first-child, .partition-60 .row.is-alternate > :first-child, .partition-60 .is-alternated .items .row > :first-child {
  width: 60%;
}
.partition-60 .row.is-right-aligned > :last-child, .partition-60 .row.is-left-aligned > :last-child, .partition-60 .row.is-alternate > :last-child, .partition-60 .is-alternated .items .row > :last-child {
  width: 40%;
}
.partition-55 .row.is-right-aligned > :first-child, .partition-55 .row.is-left-aligned > :first-child, .partition-55 .row.is-alternate > :first-child, .partition-55 .is-alternated .items .row > :first-child {
  width: 55%;
}
.partition-55 .row.is-right-aligned > :last-child, .partition-55 .row.is-left-aligned > :last-child, .partition-55 .row.is-alternate > :last-child, .partition-55 .is-alternated .items .row > :last-child {
  width: 45%;
}
.partition-45 .row.is-right-aligned > :first-child, .partition-45 .row.is-left-aligned > :first-child, .partition-45 .row.is-alternate > :first-child, .partition-45 .is-alternated .items .row > :first-child {
  width: 45%;
}
.partition-45 .row.is-right-aligned > :last-child, .partition-45 .row.is-left-aligned > :last-child, .partition-45 .row.is-alternate > :last-child, .partition-45 .is-alternated .items .row > :last-child {
  width: 55%;
}
.partition-40 .row.is-right-aligned > :first-child, .partition-40 .row.is-left-aligned > :first-child, .partition-40 .row.is-alternate > :first-child, .partition-40 .is-alternated .items .row > :first-child {
  width: 40%;
}
.partition-40 .row.is-right-aligned > :last-child, .partition-40 .row.is-left-aligned > :last-child, .partition-40 .row.is-alternate > :last-child, .partition-40 .is-alternated .items .row > :last-child {
  width: 60%;
}
.partition-33 .row.is-right-aligned > :first-child, .partition-33 .row.is-left-aligned > :first-child, .partition-33 .row.is-alternate > :first-child, .partition-33 .is-alternated .items .row > :first-child {
  width: 33.33%;
}
.partition-33 .row.is-right-aligned > :last-child, .partition-33 .row.is-left-aligned > :last-child, .partition-33 .row.is-alternate > :last-child, .partition-33 .is-alternated .items .row > :last-child {
  width: 66.66%;
}
.partition-25 .row.is-right-aligned > :first-child, .partition-25 .row.is-left-aligned > :first-child, .partition-25 .row.is-alternate > :first-child, .partition-25 .is-alternated .items .row > :first-child {
  width: 25%;
}
.partition-25 .row.is-right-aligned > :last-child, .partition-25 .row.is-left-aligned > :last-child, .partition-25 .row.is-alternate > :last-child, .partition-25 .is-alternated .items .row > :last-child {
  width: 75%;
}
@media (max-width: 800px) {
  .row.is-right-aligned > *, .row.is-left-aligned > *, .row.is-alternate > *, .is-alternated .items .row > * {
    display: block !important;
    width: 100% !important;
    transform: none !important;
  }
  .row.is-right-aligned > .has-photo + :last-child, .row.is-left-aligned > .has-photo + :last-child, .row.is-alternate > .has-photo + :last-child, .is-alternated .items .row > .has-photo + :last-child {
    padding: 50px 0 0;
  }
}
