/* owner section desc */
/* .owner-area {
  position: relative;
  padding-top: 137px;
} */

.owner-area {
  position: relative;
  padding-top: 137px;
  padding-bottom: 20px;
}

.owner-area-wrapper {
  justify-content: center;
}

.owner-sm-title {
  font-size: 20px;
  font-weight: 700;
  color: #acacac;
}

.quote-image-top {
  margin: 40px 0 12px 0;
  transform: scaleX(-1);
}

.quote-image-bottom {
  float: right;
}

.owner-area-content-left:before {
  position: absolute;
  content: "";
  top: -38px;
  right: -35px;
  z-index: 1;
  background: url(../images/circle-duo.png);
  background-repeat: no-repeat;
  height: 344px;
  width: 344px;
}

.owner-area-content-left:after {
  position: absolute;
  content: "";
  bottom: 12%;
  left: 13%;
  z-index: -1;
  background: url(../images/testi-bg-design.svg);
  background-repeat: no-repeat;
  width: 87px;
  height: 43px;
}

.owner-area-content-left .owner-hero {
  position: relative;
}

.owner-area-content-left>p {
  font-size: 20px;
  font-weight: bold;
  color: #acacac;
  margin-bottom: 64px;
}

.owner-area-content-left {
  width: 700px;
  background: transparent linear-gradient(112deg, #fedfec 0%, #dcfcec 50%, #ddfefe 100%) 0% 0% no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 60px 0 0 0;
  justify-content: center;
  border-radius: 0 20px 0 0;
}

.owner-area-content-right {
  width: calc(100% - 700px);
  padding-left: 123px;
}

.owner-area-content-right .heading-40 {
  line-height: 45px;
  margin-bottom: 5px;
}

.owner-area-content-right p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}

.owner-area-content-right p>span {
  font-size: 16px;
  font-weight: bolder;
  color: #1a1a1a;
}

/* responsive area */
@media (max-width: 1400px) {
  .owner-area-content-right {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .owner-area-content-left {
    width: 500px;
  }

  .owner-area-content-right {
    width: calc(100% - 500px);
  }

  .owner-area-content-left:before {
    z-index: -1;
  }

  .owner-area {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .owner-area-content-left {
    width: 100%;
  }

  .owner-area-content-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }

  .owner-area-content-left:before,
  .owner-area-content-left:after {
    display: none;
  }

  .owner-area {
    padding-top: 60px;
  }

  .about-page .owner-area {
    padding-bottom: 0;
  }

  .about-page .cleaning-process-sec {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .owner-area {
    padding-top: 50px;
  }

  .about-page .divider {
    padding: 50px 0 0 0;
  }

  .owner-area {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .about-page .widectatxt {
    margin-bottom: 20px;
  }
}