.card-heading{

	font-size: 20px;

	font-weight: 500;

	line-height: 26px;

	

}

.cs-box{

	background: rgba(0, 0, 0, .3);

    border: 1px solid rgba(71, 72, 76, .5);

}

.cl-point,

.cs-box .card-heading{

	border: 1px solid rgba(71, 72, 76, .5);

    background-color: #16161a;

}

.icon-box-values {

    width: 63px;

    margin-right: 20px;

}

.services-card{

	background: linear-gradient(105.11deg, #232428 0.5%, #1B1C20 98.15%);

	padding: 30px;

	border: 1px solid transparent; /* Use transparent to allow the gradient to show */

	border-image-source: linear-gradient(151.52deg, rgba(0, 0, 0, 0.2) -0.03%, rgba(240, 226, 231, 0.2) 99.4%);

	border-image-slice: 1;

    min-height: 321px;

}

.icon-box{

	background: rgba(71, 72, 76, 0.5);

	width: 40px;

	height: 40px;

	display: flex;

	align-items: center;

	justify-content: center;

	

}
@media(max-width:420px){
	.mobile-font-size p{
		font-size: 10px;
	}
}
.mobile-font-size

@media(max-width:768px){

	.services-card{

		min-height: auto;

	}

}