.news_date {
  margin-bottom: 0;
}
.news_title {
  margin-bottom: 16px;
}
.btn_container {
  margin-top: 100px;
}
.news_singleText {
  margin-top: 12px;
}
.arrows {
  margin: 0 auto;
  width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.arrows img {
	width: 25%;
	height: auto;
	margin-bottom: -10px;
}
.btn_single img {
  width: 13%;
}
.single_arrows_contetns {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.custom-btn {
  margin-top: 100px;
}
.btn-back {
	text-align: right;
}
@media screen and (min-width: 769px) {
.news_title {
  font-size: 24px;
}
.news_singleText {
  margin-top: 20px;
}
.btn_single img {
  width: 15%;
}
.arrows img {
	width: 17%;
	height: auto;
	margin-bottom: -7px;
}
}
