#clients .section-wrapper {
  /* margin-right: 28%; */
}
#clients .text-slide-content {
  line-height: 2rem;
}
.address_box {
  color: #333;
  line-height: 1.4em;
  margin-bottom: 3em;
}

/* ---- MODAL ---- */
.modal-header {
  background-color: var(--secondary-color);
  color: #fff;
}
h5.modal-title {
  padding: 0;
  font-weight: 600;
  font-size: 24px;
}
.modal-body {
  line-height: 1.4rem;
  color: #333;
  font-size: 1rem;
}