* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.footer li {
  margin-bottom: 10px;
}

.footer .nav-link:hover {
  text-decoration: underline !important;
}
.section-title {
  text-align: center;
  font-weight: 700;
  background-color: #545454;
  color: #fff;
  padding: 1.8rem;
}

.accor {
  background-color: #545454 !important;
}

.text-just {
  text-align: justify;
}
