.main-wrap {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #3d3d3d;
	line-height: 1.375em;
	margin-top: -39px;
}

h2 {
	font-size: 2.25em;
	line-height: 1.25em;
	color: #0070fd;
}

h3 {
	font-size: 1.5em;
	line-height: 1.25em;
	color: #666666;
}

h4 {
	font-size: 1.125em;
	line-height: 1.22222222em;
	color: #0070fd;
}

p {
	text-align: justify;
}

.separator-line-wrap {
    margin-top:50px;
}

.separator-line { 
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#000), to(#fff));
}

.ddr4 {
	text-align: center;
	background-color: #dbdbdb;
	padding: 2.5em 0.5em 1em 0.5em;
	width: 32%;
}

.nvme {
	text-align: center;
	background-color: #dbdbdb;
	padding: 2.5em 0.5em 1em 0.5em;
	width: 23%;
}

.intel {
	text-align: center;
	background-color: #dbdbdb;
	padding: 2.5em 0.5em 1em 0.5em;
	width: 32%;
}