.sa-element-news {
	margin-top: 100px;
}

.sa-element-news h3 {
	margin-bottom: 5px;
	line-height: 1;
}

.sa-element-news h4 {
	border-bottom: 0;
	font-weight: 300;
	font-size: 34px;
	text-transform: none;
	line-height: 1;
}

.sa-element-news .article {
	height: auto !important;
	border: 1px solid #777777;
}

.sa-element-news .sa-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-align: center;
	align-items: center;
}

.sa-element-news .sa-col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.sa-element-news .content {
	padding-left: 15px;
	padding-right: 30px;
}

.sa-element-news .title {
	line-height: 1.2;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 40px;
	text-transform: uppercase;
	color: rgb(195, 195, 58);
}

.sa-element-news .text {
	margin-top: 20px;
	font-size: 19px;
}

.sa-element-news .link {
	margin-top: 50px;
	text-align: right;
}

.sa-element-news .button {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 18px;
	border: 2px solid rgb(195, 195, 58);
	background-color: transparent;
	color: rgb(195, 195, 58);
}

.sa-element-news .button:hover {
	background-color: rgb(195, 195, 58);
	color: rgb(255, 255, 255);
	box-shadow: none;
}

.sa-element-news .button::after {
	content: '\203A';
	font-size: 22px;
	margin-left: 10px;
}

.sa-element-news .owl-dots {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
}

.sa-element-news .owl-dot {
	margin-right: 0;
	min-height: 0 !important;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	border: 2px solid rgb(130, 130, 130) !important;
	background-color: transparent !important;
}

.sa-element-news .owl-dot.active, .sa-element-news .owl-dot:hover {
	background-color: rgb(130, 130, 130) !important;
}

.sa-element-news .owl-dot + .owl-dot {
	margin-left: 25px;
}

@media screen and (max-width: 991px) {
	.sa-element-news {
		display: none;
	}
}	

@media screen and (max-width: 849px) {
	.sa-element-apps {
		margin-top: 40px;
	}

	.sa-element-news h4 {
		font-size: 24px;
	}

	.sa-element-news .title {
		font-size: 28px;
	}

	.sa-element-news .link {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sa-element-news .sa-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sa-element-news .title {
		margin-top: 30px;
		font-size: 28px;
	}
}
