

.wrapper .section .h6 {
  font-weight: 700;
  text-transform: none;
}

.intro-title {
    text-transform: uppercase;
}

a {
  text-decoration: none;
}

.h6, h6 {
  font-size: 1.5rem;
}


.display-1 a {
  color: var(--bs-white);
}

.small, small {
  font-size: .9em;
}

h1.display-1 span,
h1.display-1 span a {
    font-size: 0.3em;
}

.header-link {
    font-size: 0.3em;
}


.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bottom-spacing {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 2.5rem;
}


.text-center {
  text-align: center;
}
.text-center {
  text-align: center !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}



@media (min-width: 992px) {
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}