/**
 * site/about-creds — legacy .about-creds parity.
 */

.about-creds {
	border-top: 3px solid #F1EDE8;
	max-width: 1191px;
	margin: 0 auto;
}

.about-creds__title {
	text-align: center;
	margin: 23px 0 55px;
	font-family: 'sofia-pro', -apple-system, sans-serif;
	color: #252421;
}

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

.about-creds__left {
	width: 50.4%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.about-creds__left h4 {
	text-transform: capitalize;
	font-family: 'sofia-pro', -apple-system, sans-serif;
}

.about-creds__left .about-creds__cred-img {
	width: 323px;
	height: 461px;
	object-fit: cover;
	margin: 0;
}

.about-creds__featpost {
	width: 239px;
	text-align: center;
	margin: 0;
}
.about-creds__featpost .rmore {
	    font-family: 'IBM Plex Mono';
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
}

.about-creds__featpost img {
	width: 100%;
	height: 343px;
	object-fit: cover;
}

.about-creds__right {
	width: 46.5%;
}

.about-creds__right h6 {
	font-weight: 100;
	font-size: 80px;
	margin: -6px 0 14px -78px;
	color: #4B5B33;
	font-family: 'California Palms Script', cursive;
}

.about-creds__right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-creds__right ul li {
	font-family: 'IBM Plex Sans', -apple-system, sans-serif;
	font-size: 16px;
	line-height: 27px;
	border-bottom: 3px solid #F1EDE8;
	padding: 0 0 22px;
	margin: 0 0 25px;
	letter-spacing: 0.035rem;
}

.about-creds__right ul li strong {
	font-family: 'sofia-pro', -apple-system, sans-serif;
	font-size: 22px;
	letter-spacing: 0;
}
@media (max-width:1220px) {
	.about-creds {
		max-width:1000px;
		margin: 0 auto 153px;
	}
	.about-creds__left {
		display:block;
		position:relative;
	}
	.about-creds__featpost {
	    position: absolute;
	    bottom: -181px;
	    right: 0;
	}
}
@media (max-width:1000px) {
	.about-creds__flex {
		    max-width: 700px;
    flex-direction: column-reverse;
    margin: 0 auto;
	}
	.about-creds__right {
		width:100%;
	}
	.about-creds__right h6 {
		margin: 0 auto;
		text-align:center;
	}
	.about-creds__left {
		    width: 100%;
    max-width: 500px;
    margin: 0 auto 100px;
	}
}
@media (max-width:768px) {
	.about-creds {
		max-width:95%;
	}
	.about-creds__title {
	    margin: 40px auto 30px;
	    font-size: 35px;
	}
}
@media (max-width:480px) {
	.about-creds__left .about-creds__cred-img {
		    width: 280px;
    height: 400px;
	}
	.about-creds__featpost {
		width:203px;
	}
	.about-creds__featpost img {
	    height: auto;
	    aspect-ratio: 8 / 11;
	}
	.about-creds__left h4 {
	    font-size: 17px;
	    line-height: 1.3;
	}
}