body {
  font-family: var(--body-font);
  font-weight: var(--body-weight);
  font-size: var(--normal-font-size);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

b, strong {
  font-weight: bold;
}

.text-mgr {
  color: var(--mgr-color);
}

.text-brand {
  color: var(--first-color);
}

.text-brand-second {
  color: var(--second-color);
}

@media (min-width: 992px) {
  .row-cols-lg-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
}