#widget_associations_free {
}
#widget_associations_free_container {
	/*background-color: var(--primary-background);*/
	/*border: solid 1px green;*/
}
#widget_associations_free_content {
	flex-direction: column;
}
#widget_associations_free h2 {
	/*border: solid 1px black;*/
}
#widget_associations_free_text {
	margin: 30px 0 50px 0;
	color: var(--our-grey-color);
	/*border: solid 1px black;*/
}
#widget_associations_free_text span {
	color: var(--primary-color);
}
#widget_associations_free_image {
	display: none;
	/*border: solid 1px blue;*/
}
#widget_associations_free_button_content {
	justify-content: flex-start;
	/*border: solid 1px blue;*/
}
@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
	#widget_associations_free_text {
		/*margin: 30px 0 50px 90px;*/
	}
	#widget_associations_free_image {
		 display: flex;
		 align-items: center;
	 }
	#widget_associations_free_button_content {
		text-align: left;
	}
}
@media all and (min-width: 1200px) {
	#widget_associations_free_image {
		display: flex;
		align-items: center;
	}
}
@media all and (min-width: 1400px) {
}
