.env-pagination {
   justify-content: center;
   margin-bottom: 40px;
}

.env-pagination__item:not(.active):not(:first-child):not(:last-child):not(:nth-last-of-type(2)):not(:nth-child(2)) {
   display: none;
}
li.env-pagination__item a {
   padding: 5px 10px!important;
}

li.env-pagination__item:not(:first-child):not(:last-child) a {
   width: 25px!important;
   text-align: center;
   padding: 5px!important;
}

li.env-pagination__item.active.active-dots a {
   font-size: 0;
}
li.env-pagination__item.active.active-dots a:before {
   content: "...";
   font-size: 16px;
}

@media (max-width: 480px) {

   li.env-pagination__item:first-child a,
   li.env-pagination__item:last-child a {
      font-size: 0;
   }
   li.env-pagination__item:first-child a:before,
   li.env-pagination__item:last-child a:before {
      content: "\f104";
      font-family: FontAwesome;
      display: block;
      font-size: 16px;
   }
   li.env-pagination__item:last-child a:before {
      content: "\f105";
   }

   li.env-pagination__item:not(:first-child):not(:last-child) a {
      width: 20px!important;
   }
}
