/*==========================
SPECIFICATION SECTION
==========================*/

.specification-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.spec-title{

    font-size:30px;

    font-weight:700;

    margin-bottom:30px;

    color:#0b1b2b;
}

.spec-title i{

    color:#b08d2a;

    margin-right:10px;
}

.spec-item{

    background:#f8f9fb;

    border-left:5px solid #b08d2a;

    padding:18px 22px;

    border-radius:10px;

    transition:.3s;
}

.spec-item:hover{

    transform:translateY(-4px);

    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.spec-item span{

    display:block;

    color:#b08d2a;

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:8px;
	font-weight: 700;
}

.spec-item strong{

    font-size:19px;

    color:#0b1b2b;
}
.btn-products{

    width:52px;
    height:52px;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#eef2f6;

    color:#0b1b2b;

    text-decoration:none;

    transition:.3s;
}

.btn-products:hover{

    background:#b08d2a;

    color:#fff;
}