.about__counter-section::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("../../images/background/02.png");
  background-position: center center;
  background-repeat: repeat-x;
  opacity: 0.3;
  z-index: -1;
}
.bgSectionTen {
  background-image: url("../../images/background/03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: container;
}
.customerComment .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
}
.customerComment__user::after {
  content: "";
  position: absolute;
  bottom: -10px;
  inset-inline-start: -10px;
  /*right: -10px;*/
  width: 45%;
  height: 65%;
  background: var(--body-color-one);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -2;
}

@media (min-width: 1024px) {
  .contain {
    max-width: 85%;
    margin: 0 auto;
  }
}