.bg {
  width: 100%;
  height: 100%;
  background: url("../images/team_inner_BG.jpg") no-repeat top center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: -99;
}
.bg::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 200px;
  background: #ece9e5;
  border-radius: 0 0 100px 0;
}

.paragraph {
  color: #fff;
}

.textEditor .contentBuilder .shelfWrap .item.videoLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.videoLeft .Img img {
  border-radius: 20px;
}

.aboutimg img {
  width: 49.5%;
  border-radius: 20px;
}

@media (max-width: 640px) {
  .aboutimg img {
  width: 100%;
  }
}