.process-center-aligned .heading {
	font-size: 48px;
	line-height: 58px;
}

.process-center-aligned.white {
	background: #fff;
}

.process-center-aligned.white .upperheading {
	color: #976743;
}

.process-center-aligned.white .heading,
.process-center-aligned.white p {
	color: #222;
}

.process-center-aligned.white .bttn {
	color: #fff;
	background: #976743;
}

/* Black background */
.process-center-aligned.black {
	background: #222;
}

.process-center-aligned.black .upperheading {
	color: #976743;
}

.process-center-aligned.black .heading,
.process-center-aligned.black p,
.process-center-aligned.black h3,
.process-center-aligned.black h4 {
	color: #fff;
}

.process-center-aligned.black .underline-btn {
	color: #fff;
}

/* Copper background */
.process-center-aligned.copper {
	background: #976743;
}

.process-center-aligned.copper .upperheading {
	color: #222;
}

.process-center-aligned.copper .heading,
.process-center-aligned.copper p,
.process-center-aligned.copper h3,
.process-center-aligned.copper h4 {
	color: #fff;
}

.process-center-aligned.copper .underline-btn {
	color: #fff;
	border-bottom: 2px solid #222;
}

.process-center-aligned.copper .underline-btn::after {
	color: #222;
}

.svg-brown {
	fill: #222;
}

.icon-section {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 25px;
}

.icon-section .icon-block {
	text-align: center;
	padding: 50px 25px;
}

.icon-section .icon-block img {
	margin: 0 auto 27px;
	height: 63px;
	width: 63px;
	object-fit: contain;
}

.icon-section .icon-block span {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 30px;
	display: block;
}

.icon-section .icon-block p {
	font-size: 14px;
	list-style: 24px;
}


.process-center-aligned {
	padding: 50px 0;
	text-align: center;
}

.process-center-aligned .heading_container {
	margin: 0 auto;
	max-width: 767px;
}

.process-center-aligned .image-block {
	display: flex;
	margin: 0 auto;
	margin-bottom: 50px;
	justify-content: center;
}

.process-center-aligned .heading {
	margin-bottom: 50px;
}

.process-center-aligned .body-copy {
	margin-bottom: 50px;
}

.process-center-aligned .underline-btn {
	margin: 0 auto;
}
