/**
 * site/image-with-heading — legacy .more-tests parity.
 */

.image-with-heading.more-tests {
	background: #f1ede8;
	padding: 20px 0 0;
	margin: 184px auto 0;
}

.image-with-heading__flex {
	max-width: 1090px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.image-with-heading__flex img {
	width: 753px;
	margin: -180px 0 0;
	object-fit: cover;
}

.image-with-heading__flex h6 {
	font-size: 80px;
	position: relative;
	margin: 63px 0 0 -34px;
	color: #4B5B33;
	font-family: 'California Palms Script', cursive;
	font-weight: 100;
}

.image-with-heading__flex h6 .image-with-heading__arrow {
    width: 43px;
    position: absolute;
    margin: 0;
    bottom: -51px;
    right: 12px;
}
@media (max-width: 1090px) {
	.image-with-heading__flex {
max-width:750px;}
	.image-with-heading__flex img {
	width:500px;
	margin: -81px 0 0;
	}
	.image-with-heading__flex h6 {
		font-size:70px;
	}
	.image-with-heading.more-tests {
		margin: 84px auto 0;
	}
}
@media (max-width: 768px) {
	.image-with-heading__flex {
		max-width: 500px;
		display: block;
	}
	.image-with-heading__flex h6 {
	    margin: -103px auto 75px;
	    max-width: 328px;
	}
	.image-with-heading__flex h6 .image-with-heading__arrow {
		transform: scaleX(-1);
	    bottom: -16px;
	}
	.image-with-heading__flex img {
	    width: 100%;
	    margin: -72px auto -8px;
	}
}
@media (max-width:500px) {
	.image-with-heading__flex img {
		        max-width: 400px;
        margin: -70px auto 0;
        display: block;
	}
}