.blog-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
  padding-top: 80px;
  padding-bottom: 150px;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.blog-pagination a {
	width: 50px;
	margin-right: 12px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #47479a;
	background-color: #fff5f1;
	display: block;
	-webkit-transform: all 0.3s ease 0s;
	-ms-transform: all 0.3s ease 0s;
	transform: all 0.3s ease 0s;
}
.blog-pagination a.blog-pagination__link--active, .blog-pagination a :hover {
	color: #fff;
	background-color: #f3498d;
}
.blog-pagination a svg:hover {
	background-color: #fff5f1 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-pagination {
	padding-top: 50px;
	padding-bottom: 90px;
}
}
@media only screen and (max-width: 767px) {
  .blog-pagination {
	padding-top: 50px;
	padding-bottom: 90px;
}
}