/* About Block : =about */
.block-about {

}

.block-about .block-about__inner {

}

.block-about .block-about__image-container img {
	border-radius: 50%;
}

.block-about .block-about__content-container {
	border: 2px solid var(--wp--preset--color--tertiary);
}

.block-about .block-about__content {

}

.block-about .block-about__title {
	font-size: var(--wp--preset--font-size--jumbo);
	font-family: var(--wp--preset--font-family--primary);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}

.block-about .social-links {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.block-about {

	}

	.block-about .block-about__image-container {
		width: 255px;
		margin: 0 auto;
	}

	.block-about .block-about__image-container img {
		margin: 0 auto;
	}

	.block-about .block-about__content-container {
		margin-top: -127.5px;
		text-align: center;
		padding: 145px 18px 25px;
	}

	.block-about .wp-block-buttons {
		justify-content: center;
	}

	.block-about .social-links {
		justify-content: center;
		flex-flow: row wrap;
		margin-top: 24px;
	}

}

@media only screen and (min-width: 768px) {
	.block-about {

	}

	.block-about__inner {
		display: grid;
		grid-template-areas: "stack";
	}

	.block-about .block-about__image-container {
		grid-area: stack;
		width: 32%;
		z-index: 1;
		align-self: center;
	}

	.block-about .block-about__image-container img {
		/* max-height: 368px; */
	}


	.block-about .block-about__content-container {
		grid-area: stack;
		width: 84%;
		margin-left: 16%;
		padding: 44px 68px 56px 0px;
		padding-left: 19%;
	}

	.block-about .social-links {
		margin-top: 36px;
	}

}
