/* ====================

Table of Contents

1. Features
2. Features block
3. Features title
4. Features description

==================== */



/* 1. Features */

#features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
}



/*2. Features block */

.features-block {
	position: relative;
	width: calc(50% - 20px);
	margin-bottom: 40px;
}



/* 3. Features title */

.features-block h3 {
	display: table;
	position: relative;
	width: auto;
	margin: 0 0 10px;
}



/* 4. Features description */

.features-block p {
	color: #adb0b5;
	font-size: 16px;
}

.features-block p:first-of-type {
	margin-top: 0;
}

.features-block p:last-of-type {
	margin-bottom: 0;
}

.features-block p strong {
	font-weight: 500;
	color: #e4e6eb;
}



@media screen and (max-width: 1440px) { 

	#features {
		max-width: 800px;
	}

	.features-block p {
		font-size: 15px;
	}
}

@media screen and (max-width: 1380px) { 

	#features {
		max-width: 680px;
	}

}

@media screen and (max-width: 1024px) { 

	.features-block {
		width: 100%;
	}

}

@media screen and (max-width: 450px) {

	#features {
		width: calc(100% - 20px);
	}

	.features-block h3 {
		font-size: 16px;
	}
}
