/*==================================================
 SOFTONIX KEY DETAILS
==================================================*/

.st-details{

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

}


.st-details-title{

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

}


.st-detail-row{

    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
    border-bottom:1px solid #e5e7eb;

}


.st-detail-row:last-child{

    border-bottom:none;

}


.st-detail-row span{

    color:#64748b;
    font-weight:500;

}


.st-detail-row strong{

    color:#111827;
    font-weight:600;

}



@media(max-width:768px){

.st-details{
    padding:22px;
}


.st-detail-row{

    display:block;

}


.st-detail-row strong{

    display:block;
    margin-top:5px;

}

}