.specifications-section{

padding:150px 0;

}

.spec-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

margin-top:70px;

}

.spec-card{

padding:45px;

border-radius:28px;

background:#10231C;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.spec-card:hover{

transform:translateY(-8px);

border-color:#22C36A;

}

.spec-icon{

font-size:46px;

margin-bottom:25px;

}

.spec-card h3{

font-size:18px;

color:#9AB3A4;

margin-bottom:8px;

}

.spec-card h4{

font-size:34px;

margin-bottom:20px;

}

.spec-card p{

line-height:1.8;

color:#BFCFC7;

}