.features .diamond {
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	background-color:  var(--wp--preset--color--secondary);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media ( min-width: 1200px ) {

	.features .diamond {
		padding: 0;
	}

    .features .diamond {
		container-type: size;
		background-color: transparent;
		height: var(--service-wrapper-height);
	}
        
	.features .diamond__inner {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 273.76 273.76'%3E%3Cpath d='M40.09 40.09h193.58v193.58H40.09z' style='fill:%23ceb04e;stroke-width:0' transform='rotate(-45 136.879 136.883)'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
		aspect-ratio: 1 / 1;
	}

	.features .diamond:before {
		content: '';
		background-color: #fff;
		width: 51%;
		height: 100%;
		left: -1%;
		position: absolute;
	}
}