@media screen and (max-width: 1600px){
  /* 1 */
  h1{
    font-size: 26px;
  }
  .desc p{
    font-size: 22px !important;
  }
  .desc .small-desc{
    font-size: 18px !important;
  }
  .home-desc .pic img {
    width: 500px;
  }
  a.desc-button{
    font-size: 16px;
  }
  /* 2 */
  .product-desc{
    font-size: 18px;
  }
  .product-desc img{
    width: 200px;
  }
  .specifications-info img{
    width: 200px;
  }
  /* 3 */
  .specifications-title{
    font-size: 20px !important;
  }
  .console-specifications .parts img{
    width: 100px; height: 100px;
    padding: 10px;
    border: 3px solid #464646;
  }
  .console-specifications .parts div{
    font-size: 16px;
    height: 60px;
    margin-right: 10px;
  }
  .specifications-title{
    margin: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1336px){
  /* 1 */
  .home-desc{
    flex-direction: column-reverse;
  }
  h1{
    font-size: 22px;
    text-align: center;
    margin-left: 0;
  }
  .desc p{
    font-size: 18px !important;
  }
  .desc .small-desc{
    font-size: 16px !important;
  }
  .home-desc .pic img {
    width: 500px;
  }
  a.desc-button{
    font-size: 14px;
  }
  /* 2 */
  .product-desc{
    font-size: 16px;
    flex-direction: column;
  }
  .product-desc img{
    width: 150px;
  }
  .specifications-info img{
    width: 150px;
  }
  /* 3 */
  .specifications-title{
    font-size: 18px !important;
  }
  .console-specifications .parts img{
    width: 100px; height: 100px;
    padding: 10px;
    border: 3px solid #464646;
  }
  .console-specifications .parts div{
    font-size: 14px;
    height: 60px;
    margin-right: 10px;
  }
  .specifications-info{
    font-size: 16px;
    flex-direction: column-reverse;
    text-align: center;
    gap: 15px;
  }
  .specifications-title{
    padding-top: 0;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 881px){
  /* 1 */
  .home-desc{
    flex-direction: column-reverse;
  }
  h1 span{
    margin-top: 10px;
    display: block;
  }
  h1{
    font-size: 22px;
    text-align: center;
    margin-left: 0;
  }
  .desc p.desc-title{
    display: block;
    margin-bottom: 30px;
    font-size: 18px !important;
    text-align: center;
  }
  .desc .small-desc{
    font-size: 16px !important;
    margin-bottom: 30px;
  }
  .home-desc .pic img {
    width: 400px;
  }
  a.desc-button{
    font-size: 14px;
    margin: 0 auto;
  }
  /* 2 */
  .product-desc{
    font-size: 14px;
    flex-direction: column;
  }
  .product-desc img{
    width: 150px;
  }
  /* 3 */
  .specifications-title{
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }
  .console-specifications .parts img{
    width: 100px; height: 100px;
    padding: 10px;
    border: 3px solid #464646;
  }
  .console-specifications .parts div{
    font-size: 12px;
    height: 60px;
    margin-right: 10px;
  }
  p.specifications-desc{
    font-size: 14px !important;
  }
  .specifications-info{
    font-size: 14px;
  }
  .line{
    margin: 15px 0;
  }
  .home-desc{
    margin: 30px 0;
  }
  footer .content {
    padding: 15px;
    font-size: 12px;
  }
  footer .content div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px){
  footer .content {
    flex-direction: column;
    align-items: center;
  }
  footer .content div{
    align-items: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px){
  .home-container{
    padding: 15px;
  }
  /* 1 */
  .home-desc{
    flex-direction: column-reverse;
  }
  h1 span{
    margin-top: 8px;
    display: block;
  }
  h1{
    font-size: 18px;
    text-align: center;
    margin-left: 0;
  }
  .desc p.desc-title{
    display: block;
    margin-bottom: 20px;
    font-size: 14px !important;
    text-align: center;
  }
  .desc .small-desc{
    margin: 0 40px;
    /* text-align: center; */
    font-size: 12px !important;
    margin-bottom: 20px;
  }
  .home-desc .pic img {
    width: 350px;
  }
  .home-desc{
    margin: 30px 0;
  }
  a.desc-button{
    padding: 6px 12px;
    font-size: 12.5px;
    margin: 0 auto;
  }
  /* 2 */
  .product-desc{
    padding: 15px;
    font-size: 14px;
    flex-direction: column;
  }
  .product-desc img{
    width: 100px;
  }
  .specifications-info img{
    width: 100px;
  }
  /* 3 */
  .specifications-title{
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }
  .console-specifications .parts img{
    width: 70px; height: 70px;
    padding: 5px;
    border: 3px solid #464646;
  }
  .console-specifications .parts div{
    font-size: 10px;
    height: 20px;
    margin-right: 10px;
  }
  p.specifications-desc{
    font-size: 12px !important;
  }
  .specifications-info{
    font-size: 12px;
  }
  .line{
    margin: 15px 0;
  }
  .parts{
    margin-bottom: 30px !important;
  }
  p.specifications-desc{
    margin-bottom: 0 !important;
  }
  p.small-desc{
    margin: 0 0px 20px 30px !important;
  }
}
@media screen and (max-width: 400px){
  /* 1 */
  header{
    height: 70px;
  }
  .home-desc{
    flex-direction: column-reverse;
  }
  h1 span{
    margin-top: 8px;
    display: block;
  }
  h1{
    margin: 0;
    font-size: 17px;
    text-align: center;
    margin-left: 0;
  }
  .desc p.desc-title{
    display: block;
    margin-bottom: 20px;
    font-size: 14px !important;
    text-align: center;
  }
  .desc .small-desc{
    margin: 0 40px;
    /* text-align: center; */
    font-size: 12px !important;
    margin-bottom: 20px;
  }
  .home-desc .pic img {
    width: 300px;
  }
  .home-desc{
    margin: 30px 0;
  }
  /* 2 */
  .product-desc{
    font-size: 14px;
    flex-direction: column;
  }
  .product-desc img{
    width: 100px;
  }
 
  .line{
    margin: 15px 0;
  }
  .parts{
    margin-bottom: 30px !important;
  }
  p.specifications-desc{
    margin-bottom: 0 !important;
  }
  .specifications-info{
    padding: 0;
  }
  .console-specifications{
    padding: 15px !important;
  }
}
@media screen and (max-width: 385px){
  .home-desc .pic img {
    width: 260px;
  }
  h1{
    margin: 0;
    font-size: 16px;
    text-align: center;
    margin-left: 0;
  }
   .specifications-title{
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }
  .console-specifications .parts img{
    width: 60px; height: 60px;
    padding: 10px;
    border: 2px solid #464646;
  }
  .console-specifications .parts div{
    font-size: 10px;
    height: 10px;
    margin-right: 10px;
  }
  p.specifications-desc{
    font-size: 12px !important;
  }
  .specifications-info{
    font-size: 12px;
  }
  p.small-desc{
    margin: 0 15px 30px 15px !important;
  }
}
@media screen and (max-width: 355px){
  .home-desc .pic img {
    width: 260px;
  }
  h1{
    margin: 0;
    font-size: 13.5px;
    text-align: center;
    margin-left: 0;
  }
  p.small-desc{
    margin: 0 10px 30px 10px !important;
  }
}