.block-about {}
.block-about .block-about__inner,
.editor-styles-wrapper .block-about .block-about__inner {
	max-width: var(--wp--custom--layout--content);
	column-gap: 2.5rem;
	display: grid;
	margin: 0 auto;
}
.block-about__image {
	width: 100%;
}
.block-about .block-about__image .wp-block-image[class] img {
	width: 184px;
}
.block-about .block-about__title,
.editor-styles-wrapper .block-about .block-about__title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: 2.75rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	letter-spacing: 0;
}

@media only screen and (max-width: 600px) {
	.block-about {
		text-align: center;
	}
	.block-about__content .wp-block-buttons {
		justify-content: center;
	}

	.block-about__title {
		font-size: 2.5rem;
	}

	.block-about .block-about__title,
	.editor-styles-wrapper .block-about .block-about__title {
		margin-top: 1rem;
	}
}

@media only screen and (min-width: 601px) {
	.block-about .block-about__image .wp-block-image[class] img {
		width: 100%;
	}
	.block-about .block-about__inner {
		grid-template-columns: 310px minmax(0, 1fr);
	}

	.block-about__content .social-links {
		justify-content: start;
	}

	.block-area-sidebar .block-about {
		text-align: center;
	}
	.block-area-sidebar .block-about .block-about__inner {
		grid-template-columns: 1fr;
	}
	.block-area-sidebar .block-about .block-about__image .wp-block-image[class] img {
		width: 184px;
	}
	.block-area-sidebar .block-about .block-about__title {
		margin-top: 1rem;
	}
	.block-area-sidebar .block-about__content .wp-block-buttons,
	.block-area-sidebar .block-about__content .social-links {
		justify-content: center;
	}
}
