.c-bgBtn-content {
	--count: 1;
    --gap: clamp(.75rem, 1.714vw + .332rem, 1.875rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap);
}
@media (min-width: 768px) {
	.c-bgBtn-content {
		--count: 3;
		justify-content: space-between;
	}
}