.newscontthree{
	position: relative;
	overflow: hidden;
}

.newstitleblockthree{
	  font-family: Roboto;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f1bdd8;
}

.newsthree{
}

.newslinethree{
	background-color: #333;
}

.newsblockthree{
	height: 100%;
	width: 27%;
	float: left;
	position: relative;
}

.newsblockimgthree{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.newsblocktextcontthree{
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.newsblocktexttitlethree{
	opacity: 0.85;
  font-family: Roboto;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.newsblocktexttextthree{
	font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.newsblockmorethree{
	float: left;
	width: 19%;
	position: relative;
	height: 100%;
	background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.newsblockmore_text_three{
	font-family: Roboto;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #041607;
opacity: 0.85;
transition: .2s;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}
.newsblockmore_text_three:hover,.newsblockmore_text_three:focus{
text-decoration: none;
opacity: 1;
}
.newsblockmore_text_three:active{
text-decoration: none;
opacity: 0.7;
}

.newsarrowimgthree{
	position: absolute;
	width: 30px;
	height: 30px;
	object-position: center;
	object-fit: contain; 
	position: absolute;
	top: 50%;
	margin-top: -15px;
	opacity: .8;
	transition: .2s;
	cursor: pointer;
}

.newsarrowimgthree:hover{
	opacity: 1;
}

.newsarrowimgthree:active{
	opacity: 0.7;
	transform: scale(.97);
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
	.newscontthree{
		padding-top: 90px;
	}
	.newstitleblockthree{
		padding-bottom: 80px;
	}
	.newsthree{
		height: 530px;
	}
	.newslinethree{
		height: 280px;
		margin-top: -190px;
	}
	.newsblocktexttitlethree{
		padding-left: 30px;
	}
	.newsblocktexttextthree{
		padding-bottom: 39px;
		padding-left:30px;
		padding-right: 5px;
	}
	.newsarrowimgthree{
		margin-left: 30px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.newscontthree{
		padding-top: 80px;
	}
	.newstitleblockthree{
		padding-bottom: 70px;
	}
	.newsthree{
	}
	.newsblockthree{
		width: 33.33%;
		height: 430px;
	}
	.newsblockmorethree{
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.newslinethree{
		height: 280px;
		margin-top: 350px;
	}
	.newsblocktexttitlethree{
		padding-left: 30px;
	}
	.newsblocktexttextthree{
		padding-bottom: 39px;
		padding-left: 30px;
		padding-top: 22px;
		padding-right: 120px;
	}
	.newsblockmore_text_three{
		padding-left: 30px;
		padding-right: 30px;
	}
	.newsarrowimgthree{
		position: inherit;
		margin-left: 30px;
		margin-right: 30px;
		top: 7.5px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.newscontthree{
		padding-top: 70px;
	}
	.newstitleblockthree{
		padding-bottom: 60px;
	}
	.newsthree{
	}
	.newsblockthree{
		width: 33.33%;
		height: 430px;
	}
	.newsblockmorethree{
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.newslinethree{
		height: 280px;
		margin-top: 350px;
	}
	.newsblocktexttitlethree{
		padding-left: 30px;
	}
	.newsblocktexttextthree{
		padding-bottom: 39px;
		padding-left: 30px;
		padding-top: 22px;
		padding-right: 120px;
	}
	.newsblockmore_text_three{
		padding-left: 30px;
		padding-right: 30px;
	}
	.newsarrowimgthree{
		position: inherit;
		margin-left: 30px;

		margin-right: 30px;
		top: 7.5px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.newscontthree{
		padding-top: 60px;
	}
	.newstitleblockthree{
		padding-bottom: 50px;
	}
	.newsthree{
	}
	.newsblockthree{
		width: 33.33%;
		height: 360px;
	}
	.newsblockmorethree{
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.newslinethree{
		height: 280px;
		margin-top: 260px;
	}
	.newsblocktexttitlethree{
		padding-left: 30px;
	}
	.newsblocktexttextthree{
		padding-bottom: 39px;
		padding-left: 30px;
		padding-top: 22px;
		padding-right: 120px;
	}
	.newsblockmore_text_three{
		padding-left: 30px;
		padding-right: 30px;
	}
	.newsarrowimgthree{
		position: inherit;
		margin-left: 30px;
		top: 7.5px;
		margin-right: 30px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.newscontthree{
		padding-top: 50px;
	}
	.newstitleblockthree{
		padding-bottom: 40px;
	}
	.newsthree{
	}
	.newsblockthree{
		width: 100%;
		height: 360px;
	}
	.newsblockmorethree{
		width: 100%;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.newslinethree{
		height: 280px;
		margin-top: 1000px;
	}
	.newsblocktexttitlethree{
		padding-left: 30px;
	}
	.newsblocktexttextthree{
		padding-bottom: 39px;
		padding-left: 30px;
		padding-top: 22px;
		padding-right: 120px;
	}
	.newsblockmore_text_three{
		padding-left: 30px;
		padding-right: 30px;
	}
	.newsarrowimgthree{
		position: inherit;
		margin-left: 30px;
		top: 7.5px;
		margin-right: 30px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.newscontthree{
		padding-top: 40px;
	}
	.newstitleblockthree{
		padding-bottom: 30px;
	}
	.newsthree{
	}
	.newsblockthree{
		width: 100%;
		height: 360px;
	}
	.newsblockmorethree{
		width: 100%;
		height: 200px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.newslinethree{
		height: 280px;
		margin-top: 1100px;
	}
	.newsblocktexttitlethree{
		padding-left: 30px;
	}
	.newsblocktexttextthree{
		padding-bottom: 39px;
		padding-left: 30px;
		padding-top: 22px;
		padding-right: 120px;
	}
	.newsblockmore_text_three{
		padding-left: 30px;
		padding-right: 30px;
	}
	.newsarrowimgthree{
		position: inherit;
		margin-left: 30px;
		top: 7.5px;
		margin-right: 30px;
	}
}