.features {
	margin-top: 20px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
	.features .red {
		color: #D10031;
		font-weight: 600;
	}
	.features .items {
		padding: 0;
		margin: 0;
	}
	.features .item {
		position: relative;
		display: inline-block;
		padding: 0 5px 0 0;
	}
	.features .item:last-child {
		border-right: none;
	}
.columns img {
	border: 1px solid #000;
	margin-bottom: 20px;
}
h2 {
	margin-top: 50px;
}
