div.elements.Alignment1 {
	width: auto;
	overflow: hidden;
}
div.w_test_grid {
	background: honeydew;
}
div.w_test_grid>div {
	background: ivory;
}
div.w_test {
	color: #fff;
	background-color: fuchsia;
	max-width: 100%;
}
div.w_test2 {
	color: #fff;
	background-color: blueviolet;
	max-width: 100%;
}
div.test {
	color: #fff;
	background-color: tomato;
	height: 50px;
}
section.aligment1-wrapper div.text-13 {
	columns: 3;
	margin-bottom: var(--s2);
}
section.aligment1-wrapper div.text-13 p {
	margin-top: 0;
}
section.aligment1-wrapper div.text-13 p:not(:last-of-type) {
	margin-bottom: var(--s2);
}

@media screen and (max-width: 480px) {
	section.aligment1-wrapper div.text-13 {
		columns: 2;
	}	
}