@charset 'utf-8';

.services{}
.services .services_list{padding: 50px 0;}
.services .services_list:nth-child(even){background: #f9fbfc;}
.services .services_list .list_title{text-align: center; font-size: 36px; font-family: 'Poppins SemiBold'; color: #222; margin-bottom: 30px;}
.services .services_list img{max-width: 100%;}
.services .services_list table{max-width: 100%;}
.services .services_list p{line-height: 2em;}

@media (max-width: 990px) {
	.services .services_list{padding: 30px 10px;}
	.services .services_list .list_title{font-size: 20px; margin-bottom: 20px;}
}