.sr-only {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
}

.weight-700 {
  font-weight: 700 !important;
}

.color-white {
  color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}