.services-grid.white {
	background: #fff;
}

.services-grid.services ul {
    margin: 0 0 15px;
    width: 100%;
    column-count: 3;
}


.services-grid.white ul li a:hover,
.services-grid.blue ul li a:hover
.services-grid ul li a:hover
.services-grid.black ul li a:hover{
    color:#976743 !important;
}


.services-grid.white .upperheading {
	color: #976743;
}

.services-grid.white .heading,
.services-grid.white ul li a {
	color: #222;
}

.services-grid.white .bttn {
	color: #fff;
	background: #976743;
}

/* Black background */
.services-grid.black {
	background: #222;
}

.services-grid.black .upperheading {
	color: #976743;
}

.services-grid.black .heading,
.services-grid.black ul li a {
	color: #fff;
}

.services-grid.black .bttn {
	color: #fff;
	background: #976743;
}

/* Copper background */
.services-grid.copper {
	background: #976743;
}

.services-grid.copper .upperheading {
	color: #222;
}

.services-grid.copper .heading,
.services-grid.copper ul li a {
	color: #fff;
}

.services-grid.copper .bttn {
	color: #fff;
	background: #222;
}

/* Real Copper */
.services-grid.realcopper {
	background-size: cover !important;
	background: var(--wpr-bg-945c8ee1-58b6-461d-8a1e-55b6c9883831);
}

.services-grid.realcopper .upperheading {
	color: #fff;
}

.services-grid.realcopper .heading,
.services-grid.realcopper p,
.services-grid.realcopper ul li a {
	color: #fff;
}

.services-grid.realcopper .bttn {
	color: #fff;
	background: #222;
}


.services-grid {
	position: relative;
}

.services-grid p {
	font-size: 16px;
	line-height: 28px;
}

.services-grid .section {
	max-width: 500px;
	margin: 0 0 20px 0;
}

.services-grid .spacer,
.services-grid .text {
	width: 50%;
}

.services-grid .text {
	padding: 0 0 0 70px;
}

.services-grid .cta_container {
	max-width: 991px;
}

.services-grid .top {
	position: relative;
	width: 100%;
	padding: 120px 0;
	z-index: 1;
}

.services-grid .bottom {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.services-grid .image {
	width: 50%;
	height: 100%;
}

.services-grid .image img {
	height: 100%;
	width: 100%;
	object-fit: cover !important;
}

/* Blue background */
.services-grid.blue {
	background: #1c2f42;
}

.services-grid.blue .upperheading {
	color: #fff;
}

.services-grid.blue .heading,
.services-grid.blue ul li a {
	color: #fff;
}

.services-grid.blue .bttn {
	color: #fff;
	background: #976743;
}

.services-grid .container {
	max-width: 991px;
}

.services-grid {
	padding: 65px 0;
}

.services ul {
	margin: 15px;
}

.services ul li {
	position: relative;
}

.services ul li::before {
	content: "‣";
	margin-right: 5px;
	color: #976743;
}

.services-grid.copper ul li::before {
	color: #fff;
}
