.bellus-pe-wrap {
  position: relative;
  overflow: hidden;
}
.bellus-pe-wrap .overlayer {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 0) 50%
  );
}
.bellus-pe-wrap h2 {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .page-sidebar {
    margin-top: 2rem;
  }
  .tax-faculty-main .bellus-btn-arrow {
    width: 100%;
  }
  .sidebar-wrap,
  .bellus-faculty-reasons {
    margin-right: calc(0px - var(--bs-gutter-x) * 0.5);
    margin-left: calc(0px - var(--bs-gutter-x) * 0.5);
  }
}
