.bk-facilites-sec .bk-fc-bg {
  position: relative;
  background-color: #1a2530;
}
.bk-facilites-sec .bk-fc-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.bk-facilites-sec .bk-fc-bg > .bk-facilites-content {
  position: relative;
  z-index: 1;
}
