.box-list-check {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.box-list-check > li {
	    display: flex;
    flex-direction: column;
}

.box-list-check strong {
	margin-top: 35px;
} 
.img_wrap { display: flex; display: -webkit-flex; display: -ms-flexbox; flex-direction: column; }
.img_wrap .img_cont { box-shadow: 0 0 4px rgba(0,0,0,.1); }
.img_wrap .img_cont + .img_cont { margin-top: 20px; }
.img_wrap .img_cont img { width: 100%; }

@media (max-width: 1024.98px) {
.box-list-check > li {
	    display: flex;
    flex-direction: column;
	margin-bottom: 35px;
}
}