/*====================================
SOFTONIX CONTENT SECTIONS
====================================*/


.st-features,
.st-requirements,
.st-latest,
.st-screenshots{

background:#fff;
border-radius:20px;
padding:35px;
margin-bottom:30px;
box-shadow:0 10px 35px rgba(15,23,42,.08);

}



.st-section-title{

font-size:28px;
font-weight:700;
color:#111827;
margin-bottom:20px;

}



.st-section-content{

font-size:16px;
line-height:1.8;
color:#475569;

}



.st-screenshot-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;

}



.st-screenshot-item{

overflow:hidden;
border-radius:15px;

}



.st-screenshot-item img{

width:100%;
display:block;
transition:.3s;

}


.st-screenshot-item:hover img{

transform:scale(1.05);

}



@media(max-width:768px){

.st-features,
.st-requirements,
.st-latest,
.st-screenshots{

padding:22px;

}


.st-section-title{

font-size:22px;

}


.st-screenshot-grid{

grid-template-columns:1fr;

}

}