
.system-reqirements {
	margin: 20px 0;
	padding: 20px 30px;
	border: 2px solid #f0f5fb;
	border-radius: 6px;
}

.system-reqirements__title {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #003565;
}

.system-reqirements__info {
	margin-bottom: .25em;
	font-size: 12px;
	line-height: 16px;
	color: #4d627c;
}

.system-reqirements__info:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:768px) {
	.system-reqirements {
		padding: 30px;
	}
	
	.system-reqirements__title {
		font-weight: bold;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: .44px;
	}
	
	.system-reqirements__info {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: .44px;
	}
}
