body,html,h1,h2,p,div,ul,a{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #262626;
}

.container{
	width: 960px;
	margin: 0 auto;
}

body{background-color: #e5e7e6;}

li{
	display: inline;
	list-style: none;
}


.item{
	width: 400px;
	height: 350px;
	background-color: white;
	margin: 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.items{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	color: #304ffe;
}

.text{
	padding-left: 15px;
	padding-top: 25px;
}

p{
	margin-top: 5px;
	margin-bottom: 20px;
}

h2{
	font-weight: 300;
}

.ine{
	color: #f7f7f7;
	background-color: #304ffe;
	border-top: 15px solid #0026ca;
	padding: 10px 15px;
}