.button-view-more-section,
.cnt-nocontent-section,
.cnt-submin,
.remind-button {
  display: flex;
  justify-content: center;
}

.button-view-more,
.cnt-submin,
.remind-button {
  margin: 0 auto;
  padding: 11px 15px;
  cursor: pointer;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
  color: #121212;
  width: 90%;
}

.button-view-more:hover {
  background-color: #e7e7e7;
  color: #121212;
}