:root {
	--primary-color: rgb(38, 174, 97);
	--primary-dark-color: rgb(30 147 81);
	--text-color: #666;
	--text-color-dark: #1e1e1e;
}
.container-fluid {
	width: 88%;
}
img {
	max-width: 100%;
}
.title-content {
	font-weight: normal;
	font-size: 30px;
	margin: 40px 0 0px;
}
.text-uppercase {
	text-transform: uppercase;
}
@media screen and (max-width: 1300px){

	.container-fluid {
		width: 96%;
	}

}
@media screen and (max-width: 768px){
	.container-fluid {
		width: 100%;
	}
}