.about-us-global {
  position: relative;
  padding: 40px 0 80px 0;
}

.about-us-global h3 {
  font-size: clamp(24px, 2.75vw, 52px);
  line-height: 1;
  color: var(--title-text-color);
  text-align: center;
}

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



@media screen and (max-width: 991px) {
  .about-us-global {
    padding: 30px 0;
  }


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


