#circles, section.circles {
	margin-top: 40px;
}
#circles .circles, section.circles div.circles {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#circles .circles__circle {
	margin: 8px;
	width: 285px;
}
section.circles .circles__item {
	margin: 5px;
	width: 232px;
}
#circles .circles__circle__image {
	width: 100%;
	height: 285px;
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
	border-radius: 140px;
	background-size: cover;
	margin: 20px 0;
}
section.circles .circles__image {
	width: 100%;
	height: 244px;
	margin: 20px 0;
}
section.circles .circles__image img {
	width: 100%;
	border-radius: 140px;
}
#circles .circles__circle__header {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
section.circles .circles__title {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#circles .circles__circle__price, section.circles .circles__price {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#circles .circles__circle__introtext {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
section.circles .circles__introtext {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
section > div.container > div.row > div.button_reverse {
	width: max-content !important;
}
section > div.container > div.row > div.button_reverse > a {
	padding-left: 15px;
	padding-right: 15px;
}
section > div.container > div.row {
	justify-content: space-between;
}