

.hardware-section{
padding-top:60px;
padding-bottom:60px;
}

.hardware-intro{
max-width:900px;
margin-bottom:40px;
color:#666;
line-height:1.8;
}

.hardware-grid{
display:grid;
grid-template-columns:1fr;
gap:24px;
}

@media(min-width:768px){

.hardware-grid{
grid-template-columns:1fr 1fr;
gap:28px;
}

}

.hardware-card{
background:#fff;
border-radius:18px;
overflow:hidden;
border:1px solid #eee;
}

.hardware-img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
display:block;
}

.hardware-content{
padding:24px;
}

.hardware-content h3{
margin-top:0;
margin-bottom:12px;
font-size:22px;
line-height:1.3;
}

.hardware-content p{
margin:0;
color:#666;
line-height:1.7;
font-size:15px;
}

@media(max-width:767px){

.hardware-content{
padding:18px;
}

.hardware-content h3{
font-size:20px;
}

.hardware-content p{
font-size:14px;
line-height:1.6;
}

}

