.load-more-btn-holder {
  display: flex;
  justify-content: center;
  position: relative;
  top: 50px;
  margin-block: 65px 90px;
}

.load-more-btn {
  width: 150px;
  height: 50px;
  margin: 50px 0 0;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #0061ac;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.load-more-btn:hover {
  background-color: #01477d;
}
