* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

.tool-box {
	padding: 50px 20px;
	max-width: 1100px;
	margin: 0 auto;
}

.tool-box__title {
	text-align: center;
}
.tool-box__description {
	max-width: 600px;
	text-align: center;
	margin: 0 auto 30px auto;
}
