.col-md-fix-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 1200px) {
  .project {
    padding: 0;
  }
}
.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination .current, .pagination .other-page, .pagination .next-page, .pagination .pre-page, .pagination b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  background-color: #eee;
  margin: 0 5px;
}
.pagination .current:hover, .pagination .other-page:hover, .pagination .next-page:hover, .pagination .pre-page:hover, .pagination b:hover {
  text-decoration: none;
  opacity: 0.9;
}
.pagination .current {
  background: #C73536;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  border: none;
}

@media (max-width: 1300px) {
  .project figure img {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .project a {
    color: #333;
  }
  .project a:hover {
    text-decoration: none;
    color: #333;
  }
  figure {
    overflow: hidden;
  }
  figure img {
    width: 80%;
    height: 200px;
    padding-top: 15px;
    object-fit: contain;
    margin: auto;
    display: block;
    transition: 0.8s;
  }
  figure:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  }
  figure:hover img {
    transform: scale(0.8);
    transition: 0.8s;
  }
}/*# sourceMappingURL=partner.css.map */