p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.container-lg p:has(img) {
  text-align: center;
}

.container-lg img {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0px 15px 68px rgba(51, 51, 89, 0.15);
  margin-top: .625rem !important;
  margin-bottom: .625rem !important;
}

.container-lg img.drop-shadow {
  filter: drop-shadow(0 15px 68px rgba(51, 51, 89, 0.15));
  box-shadow: none !important;
}

ul.columns-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

div.bg-lighter > ul > li {
  margin-bottom: 8px;
}