/*get insights*/
.get_insights{
	max-width: 1050px;
	margin: 0 auto;
	width: 90%;
	padding: 60px 0;
	text-align: center
}
.get_insights h2{
	margin-bottom: 50px;
}
.get_insights_features{
	padding: 35px 40px 40px;    
	box-shadow: 1px 1px 16px rgba(51, 51, 51, 0.15);
	border-radius: 5px;
}
.get_insights_list{
	padding-bottom: 25px
}
.get_insights_list:last-child{
	padding-bottom: 0
}
.get_insights_list h4{
	text-align: left;
}
.features-benefits-list{
	list-style: none;
	text-align: left;
}
.features-benefits-list li{
	display: inline-block;
	border: 1px solid rgb(222, 222, 222);
	border-radius: 20px;
	padding: 10px 12px;
	font: 14px 'Roboto';
	margin: 0 10px 10px 0;
        min-width: 60px;
        text-align: center;
}
@media screen and (max-width: 992px) {
.get_insights{
	padding: 50px 0;
}
}
@media screen and (max-width: 767px) {
.get_insights{
	padding: 40px 0;
}
.get_insights h2{
	margin-bottom: 30px;
}
.get_insights_features {
    padding: 35px 30px 40px;
}
}