.about-us-global {
  position: relative;
}

.about-us-global h3 {
  font-size: clamp(24px, 1.88vw, 36px);
  line-height: 1;
  color: var(--title-text-color);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

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


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


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

