
						
													#Image79{
								box-sizing: border-box;
								background-repeat: no-repeat;
																	background-image: url('/images/cms/Natural-Diamonds.png');
																
																	background-size: cover;
																
																	background-position: Center;
																
																	min-height: 395px;
															}
							
																		@media only screen and (max-width: 800px) {
												#Image79{
													background-image: url('/images/cms/Natural-Diamonds_1000x283.png');
												}
											}
																					@media only screen and (max-width: 500px) {
												#Image79{
													background-image: url('/images/cms/Natural-Diamonds_700x198.png');
												}
											}
																	
														
													
												
					

						h1{
	font-size: 600%;
	line-height: 1.3;
	color: #fff;
	text-shadow: 1px 1px .5em rgba(0,0,0,.75), -1px -1px .5em rgba(0,0,0,.75);
	width: 6em;
	margin: 0 auto;
	vertical-align: top;
	padding: 0;
}
.container h2,
.container h3,
.container h4{
	color: #629ac7;
}
.container h3 a,
.container h4 a{
	color: #333;
	text-decoration:  none;
}
@media screen and (max-width: 767px) {
  .cms_Image_wrapAll .cms_Image_textAbove h1 {
	 font-size: 300%;
	  line-height: 1.2;
    color: #fff;
  }
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3em;
	background-color: #f4f4f4;
}
.container:nth-of-type(even) {
	background-color: white;
}
.container.benefits{
	background: url('/images/managed/natural-diamonds/Natural-Diamond-Source.webp') no-repeat;
	background-size: cover;
}
.container ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.container li {
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 2em;
	padding: 20px;
	width: calc(50% - 10px);
	position: relative;
	text-align: center;
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.container li,
.container li h3,
.container li h4{
	color: #333;
}
.container li p{
	color: #777;
}
.container.benefits li{
	background: rgba(255,255,255,.9);
}
.container.stunning li{
	background: #f6f6f6;
}

.container li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
	border-radius: .5em;
	border: 1px solid rgba(0,0,0,.4);
}

.container h4 {
	font-size: 170%;
	margin-bottom: .5em;
}

.container hr {
	border: none;
	height: 2px;
	background-color: #ccc;
	margin-top: 5px;
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	.container li {
		width: 100%;
	}

	.container .container {
		padding: 30px;
	}
}
						
