.page-home-settings {
  overflow: auto;
  padding: 0;
}
.page-home-settings .container-fluid a,
.page-home-settings .container-fluid button {
  width: 13%;
  min-width: 13%;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #323232;
  border-radius: 5px;
  padding: 1rem 2.5rem;
  margin: 0.5rem;
  color: #323232;
  opacity: 0.8;
}
.page-home-settings .container-fluid a i,
.page-home-settings .container-fluid button i {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.page-home-settings .container-fluid a h5,
.page-home-settings .container-fluid button h5 {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2rem;
  font-size: 0.9rem;
}
.page-home-settings .container-fluid a:hover,
.page-home-settings .container-fluid button:hover {
  background-color: #323232;
  color: #fff;
}
