.block-circle-links {
	text-align: center;
	display: flex;
	justify-content: center;
}

.circle-link {
	color: var(--wp--custom--color--purple);
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	max-width: 168px;
	margin-right: 8px;
}

.circle-link:last-child {
	margin-right: 0;
}

.circle-link:hover {
	color: var(--wp--preset--color--secondary);
}

.circle-link img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 7px;
}

@media only screen and (max-width: 767px) {
	.circle-link {
		flex-basis: 30%;
		max-width: 30%;
	}

	.block-circle-links {
		flex-flow: row wrap;
	}
}

@media only screen and (min-width: 920px) {
	.circle-link {
		margin-right: 16px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 1168px) {
	.circle-link {
		margin-right: 32px;
	}
}
