* {
  box-sizing: border-box; }

body {
  background: white;
  padding: 20px 0;
  margin: 0; }

.fix-splash {
  margin: 0 auto;
  width: 96%;
  max-width: 940px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.border-box {
  border: 2px dashed #959292;
  overflow: hidden;
  border-radius: 6px; }

.top {
  text-align: center;
  background: #ececec;
  width: 100%; }
  .top img {
    width: 100%;
    max-width: 420px; }

.left,
.right {
  text-align: center;
  width: 49%;
  margin-top: 20px; }
  .left img,
  .right img {
    width: 100%;
    display: block; }

@media (max-width: 768px) {
  .left,
  .right {
    width: 100%; } }

/*# sourceMappingURL=style-dp.css.map */
