@charset "UTF-8";
.About .About_block--text ul li::after {
  left: 7px;
  top: -7px;
}

@media print, screen and (min-width: 769px) {
  header #logo {
    width: 300px;
  }
  .About .About_block.show .About_block--text ul li:nth-child(4)::after {
    top: 0;
  }
}
