@charset "UTF-8";

.media {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.media img {
  width: auto;
}

.sub-section + .note {
  text-align: right;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .body {
    width: 620px;
  }

  .media {
    width: 300px;
  }
}