@charset "utf-8";

main {
  padding: 100px 0;
  background-image: url(../image/design_achievements/monofes_background.png);
  background-repeat: no-repeat;
}

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

h1 {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 14px 27px;
}

.subtitle {
  text-align: center;
  color: #fff;
}

.design {
  width: 30%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .design {
    width: 50%;
  }
}
