.device-item img {
    height: 300px; /* 設定您想要的固定高度 */
    width: auto; /* 讓寬度根據高度自動調整，保持比例 */
    object-fit: cover;
  }
  
  
    .device-text {
      background-color: #838383;
      color: #f8f9fa;
      font-size: 1.5rem;
    }
  
    @media (max-width: 1200px) {
      .device-text {
        font-size: 1.2rem;
      }
    }