.section.s1_5 {
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .section.s1_5 {
    margin-bottom: 20px;
  }
}

.navigation {
  padding-top: 50px;
}

.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 0 auto;
}

li .page-numbers.current {
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s linear;
}
li .page-numbers.current:hover {
  opacity: 1;
}

li .page-numbers {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s linear;
}
.pagination .page-numbers {
  margin-bottom: 0;
  margin-right: 0;
}
li .page-numbers:hover {
  opacity: 0.6;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 480px) {
  .navigation {
    padding-top: 20px;
  }

  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

  li .page-numbers.current {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
