.indexDesc {
    padding: 100px 0;
}
.indexDescTitle {
    font-size: 30px;
}
.indexDescText {
	width: 100%;
	font-size: 15px;
}

.indexSolutions {
    padding: 100px 0;	
}
.indexSolutionsHeader {
	width: 100%;
	margin: 0 0 100px 0;
}
.indexSolutionsTitle {
    font-size: 30px;
}
.indexSolutionsText {
	font-size: 15px;
}
.indexSolutionsSolutions {
	width: 100%;
}
.indexSolutionsSolution {
	width: 45%;
	margin: 0 3px 10px 5px;
	display: flex;
	justify-content: flex-start;
	height: 320px;
}
.indexSolutionsSolutionImage img {
	height: 30px;
	width: 30px;
	margin: 20px 0;
}
.indexSolutionsSolutionTitle {
    font-size: 25px;
    height: 50px;
}
.indexSolutionsSolutionText {
	height: 110px;
	font-size: 13px;
}

.industry {
	padding: 100px 0;
}
.industryItems {
	width: 100%;
}
.industryTitle {
    font-size: 30px;
}
.industryItemsItemImage {
	width: 100%;
}
.industryItemsItemImage img {
	height: 350px;
	width: 100%;
	object-fit: fill;
}
.industryItemsItemTitle {
    font-size: 25px;
    height: 35px;
}
.industryItemsItemText {
	font-size: 13px;
}
.industryItemsItem {
	width: 45%;
	margin: 0 3px 10px 5px;
}

.news {
	width: 100%;
	height: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.newsHeader {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.newsCaption {
	font-size: 14px;
	font-weight: bold;
	color: #ef0d33;
	font-family: 'Montserrat';
	letter-spacing: 2px;
	margin: 0 0 0px 0;
}
.newsTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin: 0 0 50px 0;	
}
.newsTitleText {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Big Shoulders Display';
    color: black;
}
.newsArrows {
}
.newsArrowLeft {
}
.newsArrowRight {
}
.newsItems {
	width: 90%;
	min-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
	text-align: center;
}
.newsItem {
    width: 32.1%;
    max-width: 430px;
	height: 565px;
	margin: 0 0 10px 10px;
	background-color: white;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.newsItemImageImage {
	width: 100%;
	height: 385px;w
	border: 1px solid #ef0d33;
	margin-bottom: 20px;
}
.newsItemImageCaption {
	margin-left: 15%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.newsItemImageCaptionText {
	font-size: 14px;
	font-weight: bold;
	color: #ef0d33;
	font-family: 'Montserrat';
	letter-spacing: 2px;
}
.newsItemImageCaptionDate {
	font-size: 10px;
	color: black;
	font-family: 'Montserrat';
}
.newsItemImageTitle {
	font-weight: 500;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Big Shoulders Display';
    color: black;
	margin: 30px 0 0 15%;
	text-align: left;
}
.newsItemImageAuthor {
	font-size: 13px;
	font-weight: 300;
	font-family: 'Montserrat';
	color: grey;
	margin: 5px 0 0 15%;
}
.newsViewAllBtn {
	margin-bottom: 100px;
}
.newsViewAllBtn input[type=button] {
	border: 1px solid lightgrey;
	padding: 10px 70px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
    font-family: "Montserrat";
	background-color: white;
	color: black;
	box-sizing: border-box;
}
.newsViewAllBtn input[type=button]:hover {
	outline: none;
	background-color: #ef0d33;
	color: white;
	border: 1px solid red;
}