.person img {
  object-fit: cover;
}
#newsletterwidget-2 {
    color: white;
}
._1dro._2ph-.clearfix {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: start;
}

.theme-bc {
  padding: 0;
  margin: 10px 10px 0 0;
}
.theme-bc::before {
  position: absolute;
  content: "";
  background-color: rgba(229, 64, 131, 0.7);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.theme-bc a {
  font-weight: bold;
  color: white;
}
.container_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.sitemap_container {
  list-style-type: none;
}
.sitemap_container li {
  padding: 5px;
}
.sitemap_container li a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .sitemap_container {
    column-count: 2;
  }   
}