@media screen and (max-width: 992px) {
  header.header .contents {
    width: 100%;
  }
  header.header .contents h1 {
    font-size: 30px;
    width: 80%;
  }
  header.header .contents p {
    width: 70%;
  }
  header.header .contents .blocks {
    width: 80%;
  }
  header.header nav.nav-bar {
    width: 100%;
  }
  header.header nav.nav-bar ul {
    margin-left: 5%;
    width: 90%;
  }
  main.main section.we-about .studio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    height: 250px;
  }
  main.main section.we-about .studio h1 {
    font-family: MontBold;
    font-size: 30px;
  }
  main.main section.we-about .studio p {
    width: 70%;
    text-align: justify;
    font-size: 15px;
  }
  main.main section.we-about .three-contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  main.main section.developer .developing .cards {
    width: 100%;
    position: absolute;
    left: 0;
  }
  main.main section.developer .search-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.main section.developer .search-info .content {
    width: 80%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.main section.developer .search-info .content p {
    width: 100%;
    text-align: center;
  }
  main.main section.developer .search-info .content h1 {
    width: 100%;
    position: relative;
    left: 13%;
    top: 4rem;
  }
  main.main section.developer .search-info .imgs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  main.main section.developer .search-info .imgs img:nth-child(1) {
    margin-left: 150px;
  }
  main.main section.developer .search-info .imgs img:nth-child(2) {
    margin-right: -50px;
  }
  main.main section.portfolio {
    height: 100vh;
    width: 100%;
    position: relative;
    top: 170vh;
  }
  main.main section.adaptate {
    width: 100%;
    min-height: 80vh;
    position: relative;
    top: 173vh;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.main section.adaptate .title {
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.main section.adaptate .title h4 {
    text-align: center;
  }
  main.main section.adaptate .title h1 {
    position: absolute;
    left: 30%;
  }
  main.main section.adaptate .images {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 30vh;
  }
  main.main section.adaptate .images img {
    position: none;
  }
  main.main section.adaptate .images img:nth-child(2) {
    position: relative;
    left: 40%;
  }
  main.main section.trade-in {
    position: relative;
    top: 215vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 90vh;
  }
  main.main section.trade-in a.visit-site {
    position: absolute;
    left: 36%;
  }
  main.main section.main-end {
    height: 100vh;
    position: relative;
    top: 215.1vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.main section.main-end .title h1 {
    font-size: 43px;
    left: 20px;
    margin-top: 10px;
    letter-spacing: .4em;
    text-align: center;
  }
  main.main section.main-end .title h2 {
    font-size: 32px;
    text-align: center;
  }
  main.main section.main-end .title p {
    text-align: justify;
  }
  main.main section.main-end img {
    width: 45%;
  }
  footer.footer {
    min-height: 70vh;
    width: 100%;
    position: relative;
    top: 210vh;
  }
  footer.footer section.contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer.footer section.contact .title h1 {
    font-size: 35px;
  }
  footer.footer section.contact .title p {
    font-size: 20px;
  }
}
/*# sourceMappingURL=md.css.map */