body {
  width: 100%;
}

#content {
  background-color: transparent;
}

.site {
  justify-content: unset;
}

.home .footer-wrapper {
  background-size: auto 100%;
  margin: auto 0 0 0;
}

.row--section {
  justify-content: center;
}

.section {
  display: block;
  margin-bottom: 15px;
}

.section--shadow {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}

.section--rounded {
  border-radius: 16px;
  overflow: hidden;
}

.section--split {
  background-color: #ed1c2a;
}

.section--shop {
  margin-bottom: 0;
}

.picture__image {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section {
    margin-bottom: 30px;
  }

  .section--split {
    display: flex;
  }

  .section--split > a:nth-child(2) {
    order: 0;
  }

  .section--split > picture {
    order: 1;
  }

  .section--split > a:last-child {
    order: 2;
  }

  .section--shop {
    margin-bottom: 0;
  }
}
