.original-design {
  background-color: #F6F6F6;
}

.original-design .container {
  width: calc(100% - 1rem);
}

.original-design .title {
  margin-bottom: 1.063em;
}

.original-design__image,
.original-design .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.original-design__image {
  max-width: 20.313em;
  margin-bottom: 1.488em;
  border: 0.313em solid #ffffff;
  -webkit-filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.25));
  border-radius: 0.625em;
}

.original-design .text {
  margin-bottom: 1.663em;
}

.original-design .button {
  width: 100%;
  max-width: 22.29em;
  padding-top: 0.62em;
  padding-bottom: 0.62em;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .original-design {
    padding-bottom: 8.2em;
  }
  .original-design .title {
    margin-bottom: 1.063em;
  }
  .original-design .text {
    max-width: 20em;
    font-size: 1.8rem;
  }
  .original-design__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    max-width: 45em;
    margin-left: auto;
    margin-right: auto;
  }
  .original-design__image {
    max-width: 21.5625em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-width: 0.4375em;
  }
  .original-design .text {
    margin-bottom: 0;
    line-height: 1.23;
  }
  .original-design .button {
    max-width: 21.63em;
    font-size: 1em;
    letter-spacing: 0.04em;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -4.5em;
  }
}

@media (min-width: 1200px) {
  .original-design {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .original-design .container {
    width: calc(100% - 8rem);
  }
  .original-design__box {
    max-width: 60em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .original-design .title {
    margin-bottom: 0.763em;
  }
  .original-design__image {
    max-width: 24.1625em;
  }
  .original-design__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .original-design .text {
    max-width: 30em;
    margin-bottom: 1.763em;
    text-align: left;
    line-height: 1.27;
  }
  .original-design .button {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0;
    max-width: 19.50em;
  }
}
/*# sourceMappingURL=original-design.css.map */