.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.blog-pagination .load-more {
  background: #EFFCFF;
  color: #009CD8;
  font: 19px Campton-Medium;
  padding: 23px 45px;
  text-transform: none;
  position: relative;
  border-radius: 191px;
  letter-spacing: 0;
  border: none;
  min-width: 18.875rem;
  min-height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}
.blog-pagination .load-more:after {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "cs-icons";
  font-size: 1.125rem;
  font-weight: normal;
  content: "\e90c";
}