.usecase-list
{
	margin-top: 70px;
}
.usecase-list ul
{
	list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 60px;
}
.usecase-list ul li
{
    display: inline-block;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease;
    width: 100%;
}
.usecase-Icon img
{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.13);
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.13);
}
.usecase-Heading
{
	margin-top: 10px;
	line-height: 22px;
	font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
}

.col-pad
{
	padding: 80px 0;
}
.col-main
{
	width: 100%;
	display: flex;
}
.col-main-reverse
{
	width: 100%;
	display: flex;
}
.col-left
{
	width: 50%;
}
.col-right
{
	width: 50%;
}
.col-left p
{
	font-size: 14px;
	line-height: 25px;
}
.col-main-reverse .col-right
{
	text-align: left;
}
.col-main .col-right
{
	text-align: right;
}
.col_Heading
{
	font-size: 20px;
	line-height: 30px;
	font-family:  'Gilroy';
	font-weight: 500;
	color: #000;
}
.col_context
{
	font-size: 14px;
	margin-top: 15px;
	line-height: 28px;
	color: #4a4a4a;
	font-family:  'Gilroy';
}
.knowmore-btn
{
	height: 40px;
	line-height: 37px;
	width: 140px;
	background: white;
	float: left;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #4a4a4a;	
}
.knowmore-btn:hover
{
	text-decoration: none;
	color: currentColor;
}
.bullet
{ 
	font-size: 14px;
	list-style-type:none;
    line-height: 24px;
}
.bullet-para ul li
{
    list-style-type: disc;
    list-style-position: inside;
    padding-left:22px;
    text-indent: -19px;
    line-height: 30px;
}