.four-column-bg-content.grey .icon {
	background: #bbbbbb;
}

.four-column-bg-content.grey .icon {
	background: #bbbbbb;
}

.four-column-bg-content.grey .icon {
	background: #bbbbbb;
}


.four-column-bg-content p {
	margin-bottom: 25px;
}

.four-column-bg-content.white {
	background: #fff;
}

.four-column-bg-content.white {
	background: #fff;
}

.four-column-bg-content.white .upperheading {
	color: #976743;
}

.four-column-bg-content.white .heading,
.four-column-bg-content.white ul li a {
	color: #222;
}

.four-column-bg-content.white .bttn {
	color: #fff;
	background: #976743;
}

/* Black background */
.four-column-bg-content.black {
	background: #222;
}

.four-column-bg-content.black .upperheading {
	color: #976743;
}

.four-column-bg-content.black .heading,
.four-column-bg-content.black ul li a {
	color: #fff;
}

.four-column-bg-content.black .bttn {
	color: #fff;
	background: #976743;
}

/* Copper background */
.four-column-bg-content.copper {
	background: #976743;
}

.four-column-bg-content.copper .upperheading {
	color: #222;
}

.four-column-bg-content.copper .heading,
.four-column-bg-content.copper ul li a {
	color: #fff;
}

.four-column-bg-content.copper .bttn {
	color: #fff;
	background: #222;
}

/* Real Copper */
.four-column-bg-content.realcopper {
	background-size: cover !important;
	background: var(--wpr-bg-362c837f-e945-48d7-a156-c11a7ff7f139);
}

.four-column-bg-content.realcopper .upperheading {
	color: #fff;
}

.four-column-bg-content.realcopper .heading,
.four-column-bg-content.realcopper ul li a {
	color: #fff;
}

.four-column-bg-content.realcopper .bttn {
	color: #fff;
	background: #222;
}

.four-column-bg-content {
	padding: 75px 0;
}

.four-column-bg-content .content-right,
.four-column-bg-content .content-left {
	width: 48%;
}

.four-column-bg-content .content-left {
	margin-right: 2%;
}

.four-column-bg-content .content-right {
	margin-left: 2%;
}

.four-column-bg-content .content-block {
	background: #fff;
	padding: 50px 25px 75px;
	position: relative;
	width: calc(25% - 15px);
}

.four-column-bg-content .content-block .desc h3 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 33px;
}
.four-column-bg-content .content-block .desc h3{
    font-weight:300 !important;
}

.four-column-bg-content .icon {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.four-column-bg-content .icon img {
    height: 50px;
}

.four-column-bg-content .content-block {
    position:relative;
	background: linear-gradient(315deg, transparent 40px, #fff 0) bottom right / 100% 100%;
	background-repeat: no-repeat;
}

.four-column-bg-content.white .content-block {
	background: linear-gradient(315deg, transparent 40px, #fff 0) bottom right / 100% 100%;
	background-repeat: no-repeat;
}

.four-column-bg-content .content-block span.subheading {
	font-size: 24px;
	line-height: 34px;
	color: #222;
	position: relative;
	padding-bottom: 12px;
	display: inline-block;
}

.four-column-bg-content .content-block h3.subheading {
	font-size: 24px;
	line-height: 34px;
	color: #222;
	position: relative;
	padding-bottom: 12px;
	display: inline-block;
	margin:0;
}

.four-column-bg-content .content-block span.subheading::after {
	content: "";
	width: 15px;
	height: 1px;
	background: red;
}

.four-column-bg-content .content-block p {
	color: #222;
	font-size: 14px;
}

.four-column-bg-content .content-block a {
	font-size: 13px;
	color: #966746;
	font-weight: bold;
    position: absolute;
    bottom: 25px;
    padding-right: 58px;
	text-decoration: underline;
}

.four-column-bg-content .container {
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 56px;
}
