/**
 * site/about-hero — legacy .about-wrap parity.
 */

.about-hero {
	max-width: 1206px;
	margin: 28px auto 15px;
	padding-left: 5px;
	width: 97%;
}

.about-hero__upper {
	display: flex;
	justify-content: space-between;
}

.about-hero__upper img.about-hero__image {
	width: 597px;
	height: 412px;
	margin: 0;
}

.about-hero__intro {
	border: 3px solid #F1EDE8;
	border-right: none;
	width: 605px;
	padding: 30px;
	position: relative;
	margin: 32px 0;
	min-height: 338px;
}

.about-hero__intro h6 {
	position: absolute;
	font-size: 80px;
	background: #fdfaf6;
	padding: 0 17px;
	top: -41px;
	left: 38px;
	color: #4B5B33;
	font-family: 'California Palms Script', cursive;
	font-weight: 100;
	margin: 0;
}

.about-hero__intro h3 {
	margin: 21px 0 0;
	padding: 0 35px 0 25px;
	line-height: 37px;
	font-family: 'sofia-pro', -apple-system, sans-serif;
	color: #252421;
}

.about-hero__lower {
	display: flex;
	justify-content: space-between;
}

.about-hero__left {
	width: 50%;
	padding: 0 71px 0 59px;
}

.about-hero__left h5 {
	text-align: left;
	margin: -5px 0 31px;
	letter-spacing: 0.12rem;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 15px;
	color: #4B5B33;
	font-weight: 400;
}

.about-hero__right {
	width: 47%;
	padding: 45px 59px 0 33px;
}
.about-hero__right h6 {
    color: #41502B;
    font-family: 'California Palms Script';
    font-size: 60px;
    font-weight: 100;
    margin: 0;
}
.about-hero__right p a {
	color: #41502B;
	text-decoration:underline;
}
@media (max-width:1204px) {
	.about-hero__intro h3 {
	    font-size: 26px;
	    line-height: 1.2;
	}
}
@media (max-width:1080px) {
	.about-hero__upper img.about-hero__image {
		width:50%;
	}
	.about-hero__left {
		padding:0;
	}
	.about-hero__right {
		padding:45px 0 0;
	}
}
@media (max-width:835px) {
	.about-hero__intro {
		border: none;
        width: 100%;
        padding: 0;
        min-height: auto;
        margin: 20px auto;
	}
	.about-hero__upper {
		display: block;
        border: 3px solid #F1EDE8;
        padding: 30px;
        margin: 80px auto 40px;
        position: relative;
	}
	.about-hero__intro h6 {
		top:-100px;
		left:0;
	}
	.about-hero__upper img.about-hero__image {
		width:100%;
	}
	.about-hero__lower {
		display:block;
	}
	.about-hero__left {
		width:100%;
	}
	.about-hero__right {
		width:100%;
		padding:0;
	}
	.about-hero__intro h3 {
		padding: 0;
        margin: 0 auto 35px;

	}
	.about-wrap .upper-flex .left {
        border: none;
        border-right: none;
        width: 100%;
        padding: 20px;
        position: relative;
        margin: 12px 0 0;
        height: auto;
    }
	.about-wrap .upper-flex .left {
        border: none;
        border-right: none;
        width: 100%;
        padding: 20px;
        position: relative;
        margin: 12px 0 0;
        height: auto;
    }
	.about-hero {
		width:95%;
	}
}