.about-us-internal {
  margin-top: 60px;
  overflow-x: hidden;
}

.about-us-internal h3,
.about-us-internal h1 {
  margin-bottom: 20px;
}

.about-us-internal h1 {
  font-family: var(--fontGraphikSB);
  font-size: 30px;
  line-height: 48px;
  color: var(--headingcolor);
  margin: 0;
  margin-bottom: 20px;
}

.about-us-internal p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.ai-conclusion {
  margin-top: 40px;
}

.ai-conclusion p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.about-us-internal p b {
  font-family: var(--fontGraphikMD);
  font-size: 18px;
  line-height: 26px;
  color: var(--descriptioncolor);
  margin: 0;
  font-weight: 500;
}

.about-us-internal h4 {
  line-height: 34px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.about-us-internal img.about-us-internal-img {
  width: 100%;
  margin: 40px 0;
}

.a-new-image {
  margin: 40px auto;
  text-align: center;
}

.about-us-internal-points {
  margin-top: 60px;
}

.about-us-internal-points div.auip {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.about-us-internal-points h4 {
  margin-top: 0;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}

.about-us-internal-points p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  /* margin-bottom: 40px; */
  margin-bottom: 25px;
}

.about-us-internal-points p strong {
  font-family: var(--fontGraphikB);
  font-size: 24px;
  line-height: 26px;
}

.about-us-internal-points p span {
  font-family: var(--fontGraphikB);
  font-size: 22px;
  line-height: 30px;
  color: var(--descriptioncolor);
  margin: 0;
}

.about-us-internal-points img {
  margin: 0 0;
  margin-top: 0;
}

.about-us-internal-points h5 {
  font-family: var(--fontGraphikB);
  font-size: 26px;
  line-height: 34px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-left: 0;
  display: block;
  margin-bottom: 20px;
}

.about-us-internal-points .image-with-text:nth-child(2) {
  margin-bottom: 40px;
}

.image-with-text .col-lg-4 {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
}

.iwt-mt {
  /* background-color: var(--primarycolor); */
  margin-bottom: 40px;
  padding: 50px 0;
  background: rgb(253 180 20 / 42%);
  padding-bottom: 25px;
}

.iwt-mt .col-12 .iwt-right {
  /* background-color: var(--primarycolor) !important; */
  background-color: transparent !important;
}

.image-with-text .col-lg-8 {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
}

.image-with-text .iwt-right {
  width: 100%;
  position: relative;
  padding: 0 88px;
  background-color: #f7f6f4;
  display: flex;
  flex-direction: column;
  /* height: auto; */
  height: 100%;
  /* align-items: center; */
  justify-content: center;
}

.image-with-text .iwt-right img.left-q {
  position: absolute;
  left: 25px;
  top: 8px;
}

.image-with-text .iwt-right img.right-q {
  position: absolute;
  right: 25px;
  bottom: 135px;
}

.image-with-text .iwt-right p {
  font-family: var(--fontGraphik);
  font-size: 20px;
  line-height: 28px;
  color: var(--headingcolor);
  margin: 0;
  position: relative;
  margin-top: 15px;
  text-align: justify;
}

.image-with-text .iwt-right p::before {
  content: "";
  background-image: url("../img/icons/left-quote.png");
  width: 100%;
  height: 44px;
  position: absolute;
  left: -65px;
  background-repeat: no-repeat;
  top: -45px;
}

.image-with-text.iwt-mt .iwt-right p::before {
  content: "";
  background-image: url("../img/left-quote-white.png");
  width: 100%;
  height: 44px;
  position: absolute;
  left: -65px;
  background-repeat: no-repeat;
  top: -45px;
}

.image-with-text .iwt-right p::after {
  content: "";
  background-image: url("../img/icons/right-quote.png");
  width: 100%;
  height: 44px;
  position: absolute;
  left: 100%;
  background-repeat: no-repeat;
  bottom: -30px;
}

.image-with-text.iwt-mt .iwt-right p::after {
  content: "";
  background-image: url("../img/right-quote-white.png");
  width: 100%;
  height: 44px;
  position: absolute;
  left: 100%;
  background-repeat: no-repeat;
  bottom: -30px;
}

.image-with-text .iwt-right div.owner {
  margin-top: 25px;
}

.image-with-text .iwt-right div.owner h6 {
  font-family: var(--fontGraphikMD);
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin: 0;
}

.image-with-text .iwt-right div.owner span {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 12px;
  display: block;
}

.image-with-text .col-lg-4 {
  background-color: #f7f6f4;
}

/* .image-with-text .col-lg-4 img {
  clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0% 100%, 0 52%, 0% 0%);
} */

.about-us-internal-points ul {
  padding-left: 1rem;
  margin-bottom: 20px;
  margin-top: -20px;
}

.about-us-internal-points ul li {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.about-us-internal-points ul li::before {
  color: var(--primarycolor);
}

.about-us-internal img.about-us-internal-img,
.about-us-internal p img {
  width: 100%;
}

/* .about-us-internal .about-us-internal-points img {
  width: unset;
} */

/* .about-us-internal-points h4,
.about-us-internal-points img {
  margin-bottom: 20px;
} */

.about-us-internal-points p:last-child {
  margin-bottom: 0;
}

.about-us-internal-points .image-with-text img {
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .image-with-text .iwt-right div.owner {
    margin-top: 20px;
  }

  .image-with-text .iwt-right div.owner h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .image-with-text .iwt-right div.owner span {
    margin-top: 8px;
  }

  .image-with-text .iwt-right {
    padding: 0 65px;
  }
}

@media (max-width: 1199px) {
  .image-with-text .iwt-right p {
    font-size: 16px;
    line-height: 24px;
  }

  .image-with-text .iwt-right div.owner {
    margin-top: 16px;
  }

  .image-with-text .iwt-right div.owner h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .image-with-text img {
    margin-bottom: 0;
  }

  .image-with-text .iwt-right {
    padding: 50px 60px;
  }

  .image-with-text .iwt-right p::before {
    left: -55px;
  }

  .image-with-text.iwt-mt .iwt-right p::before {
    left: -55px;
  }

  .image-with-text .col-lg-4 {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
  }

  .image-with-text .col-lg-8 {
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
  }

  .about-us-internal-points .image-with-text img {
    display: none;
  }

  .quoted-words {
    width: 60%;
  }

  .image-with-text .iwt-right p::before {
    top: -40px;
  }

  .image-with-text.iwt-mt .iwt-right p::before {
    top: -40px;
  }
}

@media (max-width: 767px) {
  .ai-conclusion {
    margin-top: 30px;
  }

  .about-us-internal-points {
    margin-top: 40px;
  }

  .about-us-internal-points p {
    margin-bottom: 20px;
  }

  /* .image-with-text {
    margin-bottom: 20px;
  } */

  .image-with-text .iwt-right p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }

  .image-with-text .iwt-right {
    padding: 60px 30px;
  }

  .image-with-text .iwt-right img.left-q {
    width: 20px;
    left: 5px;
  }

  .image-with-text .iwt-right img.right-q {
    width: 20px;
    right: 5px;
    bottom: 100px;
  }

  .image-with-text .iwt-right div.owner {
    margin-top: 20px;
  }

  .about-us-internal img.about-us-internal-img {
    margin: 20px 0;
  }

  .a-new-image {
    margin: 20px auto;
  }

  .a-new-image img {
    width: 100%;
  }

  .about-us-internal h4 {
    margin-top: 20px;
    line-height: 24px;
  }

  .about-us-internal-points h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .image-with-text img {
    margin-bottom: 0;
  }

  .image-with-text .iwt-right div.owner h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-with-text .iwt-right div.owner span {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
  }

  .image-with-text .iwt-right p::before {
    left: -20px;
    top: -50px;
  }

  .image-with-text.iwt-mt .iwt-right p::before {
    left: -20px;
    top: -50px;
  }

  .image-with-text .iwt-right p::after {
    left: 90%;
    bottom: -40%;
  }

  .image-with-text.iwt-mt .iwt-right p::after {
    left: 90%;
    bottom: -40%;
  }

  .about-us-internal h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .about-us-internal p b {
    font-size: 16px;
    line-height: 24px;
  }

  .about-us-internal-points p strong {
    font-size: 20px;
    line-height: 24px;
  }

  .about-us-internal {
    margin-top: 40px;
  }

  .about-us-internal-points .image-with-text img {
    display: block;
  }

  .about-us-internal-points h4 {
    margin-top: 0;
  }

  .quoted-words {
    width: 100%;
    padding: 40px 20px 20px;
  }

  .iwt-mt {
    padding: 35px 0;
  }
}
