.section-values .item-container .gallery-item:after {
  right: unset;
  left: calc(var(--item-gap) / -2);
}

.paddles .paddlenav-arrow .svg {
  transform: scaleX(-1);
}

#accordion-item-transcript-0-tray .typography-resources-body {
  text-align: right;
}

.card.tile.tile-rounded.card-assistivetouch .typography-headline {
  line-height: 1.25;
}

@media only screen and (max-width: 734px) {
  .section-values .item-container {
    padding-left: calc(
      50% - var(--viewport-width) / 2 + var(--viewport-width) -
        var(--item-width)
    );
    padding-right: calc(50% - var(--viewport-width) / 2);
  }
}

@media only screen and (max-width: 734px) {
  .section-cards .tile {
    width: 330px;
  }
}
