.about-us-global {
  position: relative;
  padding: clamp(30px, calc( (70 / 1920) * 100vw ), 70px) 0;
  background: #ffffff;
}

.about-us-global h3 {
  font-size: clamp(24px, 3.75vw, 56px);
  line-height: 1;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

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



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