.block-follow-us {
	border: 1px solid var(--wp--custom--color--border);
	border-radius: var(--wp--custom--border-radius--small);
	padding: 24px 44px;
	text-align: center;
}
.block-follow-us__title {
	margin: 0;
	font-weight: 700;
	font-size: 1.1875rem;
	letter-spacing: 0;
}

.block-follow-us__inner {}
.block-follow-us .social-links {
	margin: 0;
}

.block-follow-us .social-links a {
	color: inherit;
}

@media only screen and (max-width: 767px) {
	.block-follow-us .block-follow-us__title + .social-links {
		margin-top: 0.875rem;
	}
}

@media only screen and (min-width: 768px) {
	.block-follow-us__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}