.about-us-global {
  position: relative;
  padding: clamp(30px, 4.6875vw, 90px) 0;
}

.about-us-global h3 {
  color: var(--title-text-color);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  font-size: clamp(24px, 2.50vw, 48px);
  line-height: 1.4;
}

.about-us-global .pic {
  margin: 50px 0 0;
  text-align: center;
}


@media screen and (max-width: 991px) {

  .about-us-global .pic {
    margin: 30px 0 0;
  }
}


