/*** Product card css start ***/

.product-part {
    padding: 40px 0px 70px;
    background: var(--primary-chalk);
}

.product-row{
	 flex-wrap: nowrap;  
}

.product-card-main{
	background:#fff;
	padding:45px;
	box-shadow: 0px 7px 14px 0px rgb(162 104 97);
	border-radius:20px;
    margin-left:10px;
}


.product-title h4{
	color: #d31b20;
	text-wrap: nowrap;
	
}


.product-icon a{
 color:green;
 background:#eddede;
 height:25px;
 width:25px;
 text-align:center;
 line-height:21px;
 border-radius:25px;
 
}


/*** Product card css End ***/