@media screen and (max-width: 415px){
  
  /* ---------------- SECTION-1 -------------- */

  .item-product{
    display: flex;
    flex-direction: column;
  }

  .item-product img{
    min-width: 105px;
    height: 100px;
    padding: 3px;
    margin-top: 10px;
  }

  .item:first-child{
    border-right: 0;
  }
  
  /* ---------------- SECTION-2 -------------- */

  .mac{
    min-height: 150px;
    border: 3px solid #fff;
  }

  .mac-text{
    margin-top: 10px;
  }

  .mac-text h4{
    font-size: 1rem;
  }

  .mac-text p{
    font-size: 12px;
  }

  .mac-text a{
    font-size: 13px;
  }

  .mac img{
    margin: 0;
    max-width: 195px;
    height: 160px;
  }

  .block-3{
    flex-direction: column;
  }

  .iphone{
    width: 100%;
  }

  .iphone img{
    margin-left: 70px;
  }

  .ipad{
    height: 200px;
  }

  .ipad p {
    margin: 3px 0px 0px 5px;
    font-size: 12px;
    color: #000;
  }

  .ipad a:hover {
    color: #fff;
  }

  .ipad h4{
    margin: 5px 0 0 5px;
    font-size: 1rem;
  }

  .drop-media{
    font-size: 12px;
  }

  .ipad a{
    margin: 3px;
  }

  .ipod{
    height: 350px;
  }

  .block-2{
    flex-direction: column;
  }

  .apple-tv{
    width: 100%;
    height: 250px;
  }

  .acc{
    width: 100%;
    height: 280px;
    border: 3px solid #fff;
  }

  /* ---------------- SECTION-ABOUT-US -------------- */

  .about{
    flex-direction: column;
  }

  .logo-about{
    display: flex;
    justify-content: center;
  }

  .logo-about img{
    max-width: 100%;
  }

  .about-text{
    margin: 0;
    text-align: center;
  }

  .about-text h3{
    margin-top: 25px;
  }

  /* ------------ FOOTER ---------- */

  .text-icon{
    font-size: 12px;
  }

  .footer-second{
    flex-direction: column;
  }

  .logo-footer{
    width: 70px;
    height: 50px;
  }
}

@media screen and (max-width: 768px){
  .mac img{
    margin: 0;
  }

  .iphone img{
    height: 50%;
    margin-left: 55px; 
  }

  .ipad a:hover {
    color: #fff;
  }

  .ipad p {
    color: #000;
  }
}