.text-shadow {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.shadow-inner {
  box-shadow: inset 0 5px 10px rgba(0,0,0,0.2);
}

hr.line {
  opacity: 1;
  background-color: var(--bs-primary);
  height: 5px;
  border: none;
}

.accreditation {
  display: flex;
}

.accreditation img {
  height: 75px;
  width: auto;
}

