.desc-item ul > li::before {
	position: static;
	margin-right: 10px;
}

.desc-img-left {
	margin: 0 20px 20px 0;
}

.desc-img-right {
	margin: 0 0 20px 20px;
}

@media (max-width: 576px) {
	.desc-img-left {
	margin: 0 0 20px 0;
}
}
