@media(max-width:575px) {
	.solution .container  {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.slider-content{
		padding: 0 25px;
	}
	.main_wrap .solution.cust_font .solution_wrap .content a.btn.primary {
		margin-top: 40px;
		font-size: 21px;
	}
}
.main_wrap .solution .solution_wrap .solution_list .list_s .list_wrap {cursor: pointer;}
.main_wrap .solution .solution_wrap .solution_list .list_s .list_wrap img {
	filter: grayscale(100%);
}
.main_wrap .solution .solution_wrap .solution_list .list_s .list_wrap:hover img {
	filter: none;
}
.main_wrap .solution .solution_wrap .solution_list .list_s .slick-current .list_wrap img {
	filter: none;
}
.main_wrap .hero_banner:after {
	background-image: url(../images/hero_image.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 50%;
}

.main_wrap .solution .solution_wrap .development_img {justify-content: flex-start}