/* Responsive Css */

@media only screen and (max-width: 767px) {
  .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .sec-title p br { display: none; }
}

@media only screen and (max-width: 499px) {
  .pagination li { margin: 0 3px; }
  .pagination li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}




















