@media (max-width: 1200px) {
  .p-list-page {
    background: linear-gradient(to bottom, #283642 65%, #a7abab 35%);
  }
  .p-list-page .rows {
    width: 1000px;
    max-width: 100%;
  }
  .p-list-page .rows .sheet-1,
  .p-list-page .rows .sheet-2 {
    width: 480px;
    justify-content: center;
  }
  .p-list-page .rows .title {
    width: 450px;
    margin: 5px auto;
  }
  .p-list-page .rows .title h1 {
    font-size: 34px;
  }
  .p-list-page .rows .title span {
    font-size: 26px;
  }
  .p-list-page .rows .title .img-box img {
    width: 80px;
  }
  table {
    width: 450px;
    margin-bottom: 10px;
  }
  thead {
    font-size: 24px;
  }
  thead .small {
    font-size: 16px;
  }
  tbody td:first-child {
    font-size: 14px;
  }
  tbody td:first-child span {
    font-size: 11px;
  }
  tbody td {
    font-size: 15px;
  }
  .btns {
    width: 450px;
    margin-bottom: 10px;
  }
  .sheet-btn {
    width: 215px;
    font-size: 20px;
  }
  #products-btn {
    width: 215px;
    font-size: 20px;
  }
  .qes {
    width: 450px;
    margin-right: 15px;
  }
  .qes p {
    font-size: 16px;
  }
  .qes span {
    font-size: 10px;
  }
  .social-links {
    width: 50%;
  }
  .social-links li {
    margin: 0;
  }
  .offer {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .p-list-page {
    background: linear-gradient(to bottom, #283642 65%, #a7abab 35%);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
  }

  .p-list-page .rows {
    width: 768px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    top: 100%;
  }

  .p-list-page .rows .sheet-1,
  .p-list-page .rows .sheet-2 {
    width: 700px;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .p-list-page .rows .title {
    width: 650px;
    margin: 5px auto;
  }
  .p-list-page .rows .title h1 {
    font-size: 34px;
  }
  .p-list-page .rows .title span {
    font-size: 26px;
  }
  .p-list-page .rows .title .img-box img {
    width: 80px;
  }
  table {
    width: 650px;
    margin-bottom: 10px;
  }
  thead {
    font-size: 30px;
  }
  thead .small {
    font-size: 24px;
  }
  tbody td:first-child {
    font-size: 20px;
  }
  tbody td:first-child span {
    font-size: 15px;
  }
  tbody td {
    font-size: 20px;
  }
  .btns {
    width: 650px;
    margin-bottom: 10px;
  }
  .sheet-btn {
    width: 315px;
    font-size: 30px;
  }
  #products-btn {
    width: 315px;
    font-size: 30px;
  }
  .qes {
    width: 650px;
    margin-right: 30px;
  }
  .qes p {
    font-size: 22px;
  }
  .qes span {
    font-size: 15px;
  }
  .social-links {
    width: 50%;
  }
  .social-links li {
    margin: 0;
  }
  .offer {
    font-size: 14px;
  }

}

@media (max-width: 768px) {
  .p-list-page {
    background: linear-gradient(to bottom, #283642 65%, #a7abab 35%);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
  }

  .p-list-page .rows {
    width: 600px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    top: 100%;
  }

  .p-list-page .rows .sheet-1,
  .p-list-page .rows .sheet-2 {
    width: 580px;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .p-list-page .rows .title {
    width: 540px;
    margin: 5px auto;
  }
  .p-list-page .rows .title h1 {
    font-size: 34px;
  }
  .p-list-page .rows .title span {
    font-size: 26px;
  }
  .p-list-page .rows .title .img-box img {
    width: 80px;
  }
  table {
    width: 540px;
    margin-bottom: 10px;
  }
  thead {
    font-size: 24px;
  }
  thead .small {
    font-size: 20px;
  }
  tbody td:first-child {
    font-size: 18px;
  }
  tbody td:first-child span {
    font-size: 14px;
  }
  tbody td {
    font-size: 20px;
  }
  .btns {
    width: 540px;
    margin-bottom: 10px;
  }
  .sheet-btn {
    width: 260px;
    font-size: 26px;
  }
  #products-btn {
    width: 260px;
    font-size: 26px;
  }
  .qes {
    width: 540px;
    margin-right: 30px;
    margin-bottom: 1rem;
  }
  .qes p {
    font-size: 22px;
  }
  .qes span {
    font-size: 15px;
  }
  .social-links {
    width: 50%;
  }
  .social-links li {
    margin: 0;
  }
  .offer {
    font-size: 14px;
    margin-bottom: 1rem;
  }

}

@media (max-width: 600px) {
  .p-list-page {
    background: linear-gradient(to bottom, #283642 65%, #a7abab 35%);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
  }

  .p-list-page .rows {
    width: 500px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    top: 95%;
  }

  .p-list-page .rows .sheet-1,
  .p-list-page .rows .sheet-2 {
    width: 480px;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .p-list-page .rows .title {
    width: 440px;
    margin: 5px auto;
  }
  .p-list-page .rows .title h1 {
    font-size: 34px;
  }
  .p-list-page .rows .title span {
    font-size: 26px;
  }
  .p-list-page .rows .title .img-box img {
    width: 80px;
  }
  table {
    width: 440px;
    margin-bottom: 10px;
  }
  thead {
    font-size: 20px;
  }
  thead .small {
    font-size: 18px;
  }
  tbody td:first-child {
    font-size: 15px;
  }
  tbody td:first-child span {
    font-size: 12px;
  }
  tbody td {
    font-size: 15px;
  }
  .btns {
    width: 440px;
    margin-bottom: 10px;
  }
  .sheet-btn {
    width: 215px;
    font-size: 20px;
  }
  #products-btn {
    width: 215px;
    font-size: 20px;
  }
  .qes {
    width: 440px;
    margin-right: 30px;
    margin-bottom: 1rem;
  }
  .qes p {
    font-size: 20px;
  }
  .qes span {
    font-size: 14px;
  }
  .social-links {
    width: 50%;
  }
  .social-links li {
    margin: 0;
  }
  .offer {
    font-size: 14px;
    margin-bottom: 1rem;
  }

}

@media (max-width: 480px) {
  .p-list-page {
    background: linear-gradient(to bottom, #283642 65%, #a7abab 35%);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
  }

  .p-list-page .rows {
    width: 400px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    top: 85%;
  }

  .p-list-page .rows .sheet-1,
  .p-list-page .rows .sheet-2 {
    width: 380px;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .p-list-page .rows .title {
    width: 340px;
    margin: 5px auto;
  }
  .p-list-page .rows .title h1 {
    font-size: 34px;
  }
  .p-list-page .rows .title span {
    font-size: 26px;
  }
  .p-list-page .rows .title .img-box img {
    width: 80px;
  }
  table {
    width: 340px;
    margin-bottom: 10px;
  }
  thead {
    font-size: 16px;
  }
  thead .small {
    font-size: 14px;
  }
  tbody td:first-child {
    font-size: 11px;
  }
  tbody td:first-child span {
    font-size: 9px;
  }
  tbody td {
    font-size: 12px;
  }
  .btns {
    width: 340px;
    margin-bottom: 10px;
  }
  .sheet-btn {
    width: 165px;
    font-size: 16px;
  }
  #products-btn {
    width: 165px;
    font-size: 16px;
  }
  .qes {
    width: 340px;
    margin-right: 30px;
    margin-bottom: 1rem;
  }
  .qes p {
    font-size: 16px;
  }
  .qes span {
    font-size: 12px;
  }
  .social-links {
    width: 50%;
  }
  .social-links li {
    margin: 0;
  }
  .social-links li a {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .offer {
    font-size: 12px;
    margin-bottom: 1rem;
  }

}

@media (max-width: 400px) {
  .p-list-page {
    background: linear-gradient(to bottom, #283642 65%, #a7abab 35%);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
  }

  .p-list-page .rows {
    width: 380px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    top: 80%;
  }

  .p-list-page .rows .sheet-1,
  .p-list-page .rows .sheet-2 {
    width: 340px;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .p-list-page .rows .title {
    width: 300px;
    margin: 5px auto;
  }
  .p-list-page .rows .title h1 {
    font-size: 20px;
  }
  .p-list-page .rows .title span {
    font-size: 16px;
  }
  .p-list-page .rows .title .img-box img {
    width: 50px;
  }
  table {
    width: 300px;
    margin-bottom: 10px;
  }
  thead {
    font-size: 16px;
  }
  thead .small {
    font-size: 12px;
  }
  tbody td:first-child {
    font-size: 10px;
  }
  tbody td:first-child span {
    font-size: 8px;
  }
  tbody td {
    font-size: 12px;
  }
  .btns {
    width: 300px;
    margin-bottom: 10px;
  }
  .sheet-btn {
    width: 145px;
    font-size: 14px;
  }
  #products-btn {
    width: 145px;
    font-size: 14px;
  }
  .qes {
    width: 300px;
    margin-right: 30px;
    margin-bottom: 1rem;
  }
  .qes p {
    font-size: 14px;
  }
  .qes span {
    font-size: 10px;
  }
  .social-links {
    width: 50%;
  }
  .social-links li {
    margin: 0;
  }
  .social-links li a {
    width: 36px;
    height: 36px;
    font-size: 28px;
  }
  .offer {
    font-size: 12px;
    margin-bottom: 1rem;
  }

}
