
.new-id {
	background: url('../../../img/news-bg.png') no-repeat, #fff;
	background-position-y: -110px;
}

.new-id-header {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #397efd;
	font-size: 18px;
}

.new-id-content {
	color: #2b2b2b;
	font-family: 'Ubuntu-Regular';
}

.new-id-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-id-footer > .info {
	color: #397efd;
	display: flex;
}

.new-id-footer > .info > .likes {
	margin-left: 10px;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination .page-link {
	padding: 15px 20px;
	margin: 5px;
	border: none;
	border-radius: 10px;
	transition: .3s;
	font-size: 16px;
}

.pagination .page-link:hover {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(81, 106, 155, 0.3);
}

.pagination .page-item.active .page-link {
	background: linear-gradient(45deg, #00C6FF, #3E76DF);
}

.pagination .page-item:first-child .page-link {
	border-radius: 10px;
}

.pagination .page-item:last-child .page-link {
	border-radius: 10px;
}