.cmef-highlighted-callout {
    background: #0e0e55;
    color: #ffffff;
	padding: 60px 0px ;
	text-align: center;
	width: 100vw;
	    position: relative;
    right: 23.54%;
    margin-left: calc(73% - 50vw);
    margin-right: calc(50% - 50vw);
/* 	margin-top: 100px; */
}

/* #ptm-callout{
	margin-top: 100px;
} */
.cmef-highlighted-callout__inner {
	width: 78%;
	margin: 0 auto;
}

.cmef-highlighted-callout__title {
	margin: 0 0 30px;
	color: #fff;
	font-size: 2.6rem;
font-weight: 800;
line-height: 3.2rem;
}

.cmef-highlighted-callout__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.cmef-highlighted-callout__line {
	flex: 1;
	height: 2px;
	background: #dfdcdc;
	margin-bottom: 18px;
}

.cmef-highlighted-callout__quote {
	flex: 0 0 auto;
	font-size: 70px;
	line-height: 1;
	color: #00b4a7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cmef-highlighted-callout__description {
/* 	max-width: 650px; */
	margin: 24px auto;
	color: #404040;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.8;
	width: 75%;
}

.cmef-highlighted-callout__description p {
	    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8rem;
    color: #fff;
}

.cmef-highlighted-callout__button-wrap {
	margin-top: 36px;
}

.cmef-highlighted-callout__button {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 46px;
    padding: 13px 36px;
    border-radius: 4px;
    background: #ffc20e;
    color: #0e0e55 !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.4s ease, transform 0.4s ease;
    border: 1px solid #ffc20e;
    border-radius: 10px;
}

.cmef-highlighted-callout__button:hover,
.cmef-highlighted-callout__button:focus {
	background: #ffff;
	color: #0e0e55;
}

@media (max-width: 640px) {
	.cmef-highlighted-callout {
		padding: 30px 0px 30px;
	}

	.cmef-highlighted-callout__title {
		font-size: 24px;
		margin-bottom: 24px;
		text-align: left;
	}

	.cmef-highlighted-callout__divider {
		max-width: 280px;
		gap: 12px;
	}

	.cmef-highlighted-callout__quote {
		font-size: 38px;
	}

	.cmef-highlighted-callout__description {
		font-size: 18px;
		margin: 20px auto;
		width: 100%;
	}

	.cmef-highlighted-callout__button-wrap {
		margin-top: 28px;
	}
	.cmef-highlighted-callout__inner {
    width: 100%;
	}
}