.post-content .cta {
	padding: 52px 31px 25px;
	border-radius: 30px;
	margin: 30px auto;
}
.post-content .cta .flex .left {
	width: 162px;
	height: 243px;
	margin:0;
}
.post-content .cta .right {
	width: 72%;
	text-align: center;
}
.post-content .cta .right p {
	margin: 0 0 24px;
	color: #620202;
	font-weight: 100;
	width: 100%;
	letter-spacing: 0.04rem;
}
.cta .right h2 {
	color: #620202;
	font-weight: 100;
	text-transform: inherit;
	letter-spacing: -0.05rem;
	margin: 0;
}
.post-content .cta .right button {
	margin: 0 auto;
}
.post-content .cta .right h2 br {
	display: none;
}
.cta {
	padding: 73px 0 66px;
}
.cta.founder {
	padding: 73px 0 152px;
}
.cta .image-left {
	flex-direction: row;
}
.cta .image-right {
	flex-direction: row-reverse;
}
.cta .right {
	width: 48%;
	padding: 5px 0 0 35px;
	display: table;
}
.cta.founder .right {
	width: 50%;
	z-index: 1;
	display: block;
	padding: 0 0 0 42px;
}
.cta.founder .right h2 {
	color: #262323;
	font-size: 56px;
	line-height: 56px;
	margin: 66px 0 31px;
	letter-spacing: -0.03rem;
}
.cta .right h2 strong {
	display: inline-block;
	margin: 0 22px 0 265px;
}
.cta.founder .right h2 strong {
/* display: inline-block;
margin: 0 22px 0 265px; */
	display: inline-block;
margin: 0 22px 0 80px;

}
.cta.founder .right h3 {
	color: black;
	font-size: 24px;
	line-height: 40px;
	text-align: left;
	letter-spacing: 0rem;
	font-family: 'Perfectly Nineties';
	margin: 0 0 36px;
}
.cta .right h3 {
	color: #620202;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Perfectly Nineties';
	font-weight: 100;
	letter-spacing: 0.03rem;
	margin: 30px 0 25px;
}
.cta.founder .right p {
	color: #262323;
	width: 100%;
	text-align: left;
	padding: 0 10px 0 0;
	font-weight: 100;
}
.cta .right p a.arrow {
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	display: block;
	padding: 8px 0 0;
	margin: 40px 0 0;
	background-color: #FFD8DB;
	border-radius: 25px;
	height: 40px;
	width: 148px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.05rem;
	border: none;
	color: #620202;
}
.cta .right p a.arrow:hover {
	background-color: #E78F96;
}
.cta .right p {
	/* margin: 0 0 31px 169px;
	color: #36170D;
	font-size: 17px;
	line-height: 22px;
	font-weight: 100;
	width: 71%;
	letter-spacing: 0.004rem; */
	margin: 0 auto;
	color: #620202;
	font-weight: 100;
	width: 100%;
	letter-spacing: 0.004rem;
	text-align: center;
}
.cta .right a {
	text-decoration: none;
}
.cta .right a:hover {
	opacity: 1;
	color:#36170D;
}
.cta .right button {
	background: #620202;
	border-radius: 25px;
	color: #FFD8DB;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
	height: 40px;
	padding: 0 52px;
	border: none;
	text-decoration: none;
	margin: 30px 0 0;
}
.cta .right button:hover {
	background:#400202;
	opacity: 1;
}
.cta .flex:before {
	content: "";
	display: block;
	width: 29px;
	height: 29px;
	background-image: url(../png/pink-star.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 36px;
	left: -75px;
}
.cta .flex:after {
	content: "";
	display: block;
	width: 29px;
	height: 29px;
	background-image: url(../png/pink-star.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 118px;
	right: -87px;
}
.cta .flex {
	max-width: 837px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}
.cta .flex .icon {
	position: absolute;
	bottom: -62px;
	right: 47px;
	width: 100px;
	object-fit: contain;
}
.cta .flex .left {
	width: 367px;
	height: 439px;
	object-fit: contain;
	object-position: center;
	margin: -19px -18px 0 0;
}
.cta.founder .flex .left {
	margin: 0px 0px 0 0;
	width: 373px;
	height: 561px;
	object-fit: cover;
}
@media all and (max-width:1240px) {

	.cta .right {
		width: 54%;
		padding: 5px 0 0;
		display: table;
	}
	.cta .right h3 {
		margin: 20px 0 0;
	}
	.cta .right p {
		margin: 0;
	}
	.cta .right p br {
		display: none;
	}
	.cta .right h2 {
		font-size:70px;
	}
	.cta .flex:after {
		right:-38px;
	}
}
@media all and (max-width:1040px) {
	.cta .flex {
		max-width: 750px;
		flex-wrap: nowrap;
	}
	.cta .right h2 {
		font-size: 48px;
		line-height: 1;
		margin: 0;
	}
	.cta .right p {
		margin: 0 0;
	}
	.cta .right button {
		margin: 25px auto 0;
	}
	.cta .right h3 {
		margin: 20px 0 20px;
		font-size: 18px;
		line-height: 1;
	}
	.cta .right {
		width: 55%;
		position: relative;
	}
	.cta .flex .left {
		width: 360px;
	}
	.cta {
		padding: 50px 0 60px;
	}
}
@media all and (max-width:900px) {
	.cta .flex:before {
		left:0;
	}
}
@media all and (max-width:768px) {
	.cta .flex:before, .cta .flex:after {
		display: none;
	}
	.cta .flex {
		max-width: 95%;
		display: block;
	}
	.cta .right h2, .cta .right h3, .cta .right p {
		text-align: center !important;
	}
	.cta {
		padding: 20px 0 5px;
	}
	.cta .flex .left {
		width: 100%;
		height: 290px;
		object-fit: contain;
		object-position: center;
		margin: 0;
	}
	.cta .right {
		width: 100%;
		position: relative;
		text-align: center;
	}
	.cta .right h2 br {
		display: none;
	}
	.cta.founder .right h2 br {
		display: block;
	}
	.cta .right h2 {
		margin: 25px 0;
	}
	.cta .right h3 {
		margin: 20px 0 15px;
		font-size: 22px;
		line-height: 37px;
	}
	.cta .right p {
		margin: 0 0 20px;
		width: 100%;
	}
	.cta .right button {
		margin: 0 auto;
	}
	.cta .right h2 em {
		display: inline-block;
		margin: 0;
	}
	.cta.founder {
		padding: 15px 0;
	}
	.cta.founder .flex .left {
		margin: 0;
		object-position: center -152px;
		object-fit: cover;
		width: 100%;
		height: 300px;
	}
	.cta.founder .right {
		width: 100%;
		z-index: 1;
		display: block;
		padding: 0;
		text-align: left;
	}
	.cta.founder .right h2 {
		margin: 19px 0 13px;
		text-align: left !important;
		font-size: 36px;
		line-height: 36px;
	}
	.cta.founder .right h3, .cta.founder .right p {
		text-align: left !important;
	}
	.cta .flex .icon {
		position: absolute;
		bottom: inherit;
		right: -36px;
		width: 95px;
		object-fit: contain;
		top: -56px;
	}

	.post-content .cta {
		padding: 20px;
		border-radius: 30px;
		margin: 30px auto;
	}
	.post-content .cta .flex .left {
		width: 100%;
		height: 350px;
		margin: 0;
	}
	.post-content .cta .right {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.leave-comment-title {
		font-size:40px;
	}
	.comments-wrap .comment-respond {
		max-width: 90%;
	}
	ol.commentlist {
		max-width: 90%;
	}
}
@media all and (max-width:520px) {
	.cta .right h2 {
		margin: 25px 0 0;
		font-size: 36px;
		line-height: 34px;
	}
	.cta .right h3 {
		margin: 5px 0 15px;
		font-size: 24px;
		line-height: 37px;
	}
	.cta .flex {
		max-width: 90%;
		display: block;
	}
	.cta.founder .flex .left {
		margin: 0;
		object-position: center -113px;
		object-fit: cover;
		width: 100%;
		height: 300px;
	}
	.cta .right p a.arrow {
		margin: 0 auto;
	}
	.cta.founder .right h3 {
		margin: 0 0 15px;
	}
}
@media all and (max-width:440px) {
	.cta .flex .icon {
		position: absolute;
		bottom: inherit;
		right: 0;
		width: 91px;
		object-fit: contain;
		top: -55px;
	}
	.post-content .cta .right h2 {
		font-size: 38px;
		text-align: center;
		line-height: 25px;
		margin: 0 0 20px;
		letter-spacing: 0.1rem;
	}
}