/**********************************************************
// Block >> Home >> About
**********************************************************/
.Block-Home-About {
	padding: var(--40px) var(--20px);
	text-align: center;
	background: var(--Color-Light-Pink);
	}

.Block-Home-About-Inner {
	margin: auto;
	padding-right: var(--40px);
	width: 100%;
	max-width: 76.25rem;
	display: flex;
	align-items: center;
	}

/**********************************************************
// Block >> Home >> About >> Left
**********************************************************/
.Block-Home-About-Left {
	margin: var(--30px) 0 0 0;
	padding: 0 var(--50px) var(--50px) var(--50px);
	width: 50%;
	max-width: 39.375rem;
	background: var(--Color-White);
	position: relative;
	z-index: 500;
	left: var(--40px);
	}

.Block-Home-About-Left h2 {
	margin-bottom: -2.5rem;
	padding: 0 !important;
	line-height: 1.1em;
	font-family: var(--Font-Highlight);
	font-weight: 400;
	font-size: var(--80px);
	color: var(--Color-Pink);
	position: relative;
	top: -2.5rem;
	}

.Block-Home-About-Left h3 {
	padding: 0 !important;
	font-family: var(--Font-Titles);
	font-weight: 400;
	font-size: 2.75rem;
	}

.Block-Home-About-Content {
	text-align: left;
	font-size: var(--18px);
	}

.Block-Home-About-Button {
	margin: var(--20px) auto 0 auto;
	padding: var(--10px) var(--30px);
	width: 100%;
	max-width: 15.625rem;
	border-radius: var(--30px);
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-weight: 700;
	font-size: var(--14px);
	background: var(--Color-Pink);
	color: var(--Color-White);
	display: inline-block;
	}

.Block-Home-About-Button:hover,
.Block-Home-About-Button:focus {
	background: var(--Color-Green);
	color: var(--Color-White);
	}

/**********************************************************
// Block >> Home >> About >> Right
**********************************************************/
.Block-Home-About-Right {
	margin-left: auto;
	width: 50%;
	line-height: 0;
	font-size: 0;
	position: relative;
	z-index: 2;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media /* 768px */
all and (max-width: 48rem),
all and (max-device-width: 48rem)
{
	.Block-Home-About { padding: var(--50px) 0 0 0; }

	.Block-Home-About-Inner {
		padding-right: 0;
		display: block;
		}

	.Block-Home-About-Left {
		margin: auto;
		width: 100%;
		left: 0;
		}

	.Block-Home-About-Right {
		margin: auto;
		width: 100%;
		}
}
