.results_area {
	width: 800px;
	margin: 0px auto;
}

.screens_holder {
	width: 49%;
	float: left;
}

.numbers_holder {
	width: 49%;
	float: right;
}

.image.desktop_holder {
	background: url('https://cdn.uptimia.com/website/img/desktop_speed_test.png');
	width: 347px;
	height: 200px;
	position: relative;
	display: inline-block;
	margin-right: 25px;
	margin-top: 15px;
}

.speed_holder {
	width: calc(95% - 30px);
	background: #f6f6f6;
	border: #ebebeb 1px solid;
	border-radius: 3px;
	margin: 15px;
}

.head_result {
	font-size: 35px;
	line-height: 40px;
	color: #3d4e57;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.desc_result {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
	color: #3d4e57;
	margin-top: 0px;
	margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
	.results_area {
		width: 100%;
	}

	.screens_holder, .numbers_holder {
		width: 100%;
	}

	.speed_holder {
		width: calc(100% - 40px);
		margin: 20px 20px;
	}

	.image.desktop_holder {
		margin: 10px auto;
		display: block;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

	.image.desktop_holder {
		background-image: url("https://cdn.uptimia.com/website/img/desktop_speed_test@2.png");
		background-size: 347px 200px;
	}

}