.maincontent {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
}

p {
	font-size: .95em;
	line-height: 1.6em;
	max-width: 120ch;
	margin-inline: auto;
}

.hero-global {
	padding: 80px 15px;
	text-align: center;
	background-color: #222;
	color: #fff;
	background-image: linear-gradient(180deg, rgba(15, 15, 15, 0.95) 25%, rgba(15, 15, 15, 0.92) 100%), url(/imageserver/UserMedia/enterprisecontracting/cmr-hero001.jpg);
	background-size: cover;
	background-position: center;
	border-bottom: 3px solid var(--accent-color);
}

.h2-heading {
	font-size: 1.75em;
}

.h3-heading {
	margin: 5px auto;
}


.main-wrapper {
	align-items: center;
	max-width: 1600px;
	width: 95%;
}

.reverse-wrap {
	flex-wrap: wrap-reverse;
}

.wws-global {
	background: #fafafa;
}

.wws-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.wws-item {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding: 20px 10px;
}

.wws-text {
	width: 68%;
}

.underline-sm {
	width: 55px;
	height: 2px;
	background: var(--green);
	margin: 8px auto 15px;
}

.wws-text p {
	font-size: .9em;
}

.wws-image {
	text-align: center;
	width: 30%;
	margin: auto;
}

.wws-image img {
	max-width: 235px;
	width: 100%;
	border-radius: 50%;
}

.cvr-services-section .main-image {
	text-align: center;
}

.cvr-services-section .main-image img {
	max-width: 585px;
}



.services-item {
	position: relative;
	margin: 8px .5%;
	width: 49%;
	max-width: 810px;
	padding: 25px 15px;
	background-color: #f8f8f8;
	text-align: center;
	border: 2px solid #ddd;
	border-radius: 5px;
}


.cvr-benefits {
	background: #fafafa;
}

/*** How To Get Started Section ***/
.process-list {
	max-width: 1600px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	margin: 30px auto;
}

.process-item {
	padding: 40px 15px;
	border: 1px solid #019f48;
	background-color: #00367c;
	color: #019f48;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	width: 32%;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.item-number {
	position: absolute;
	left: 10%;
	font-size: 175px;
	color: #99999944;
}

.box-highlight {
	font-weight: bold;
	font-size: .9rem;
	color: #fff;
}

.cvr-outro {
	background: #fafafa;
}


@media (max-width: 1300px) {
	.wws-list {
		grid-template-columns: 1fr;
	}

	.wws-item {
		max-width: 1000px;
	}

	.process-list {
		display: flex;
		flex-flow: row wrap;
	}

	.process-item {
		width: 95%
	}

}


@media (max-width: 800px) {
	.services-item {
		width: 95%;

	}
}
	@media (max-width: 680px) {
.wws-list {
	gap: 0px;
}

.wws-item {
	margin: 25px auto;
	flex-flow: row wrap;
}

.wws-image,
.wws-text {
	width: 95%;
}
}