@media (min-width: 1281px) {
  .container {
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dog_page {
    padding-left: 100px;
    margin-top: -100px;
    margin-bottom: 150px;
  }
  .dog_nav {
    margin-bottom: 200px;
  }
  .show_info {
    text-align: right;
  }
  .pet_show {
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  .container {
    padding-bottom: 250px;
    text-align: center;
  }
  .dog_page {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .dog_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -200px;
  }
  .more {
    margin: auto;
  }
  .pet_show {
    flex-direction: column;
    align-items: center;
  }
  .show_info {
    text-align: center;
  }
}
@media (max-width: 751px) {
  .dog_main_image {
    width: 100%;
  }
}

/*# sourceMappingURL=responsive.css.map */
