.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;
}