.BlocksAdvantagesBasic001__advantages210220205-items {
	display: block;
}

.BlocksAdvantagesBasic001__advantages210220205-item {
	display: grid;
	grid-template-columns: 100px 1fr 10px;
}

.BlocksAdvantagesBasic001__advantages210220205-item-text {
	display: none;
}

.BlocksLayoutsTwoColumn {
    max-width: 1000px;
    margin: 0 auto;
}

img.WebElementsImageSimple__image {
    box-shadow: none;
    max-width: 100px;
}

div.WebElementsImageSimple {
    text-align: center;
}

@media screen and (max-width:768px) {
	img.WebElementsImageSimple__image {
	    max-width: 50px;
	}

	.WebElementsAccordionBasic001__accordion011420-open-btn {
		min-width: 32px;
	}
}