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

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

.about-us-global .pic {
  margin: 0;
  text-align: center;
}
.about-us-global .pic img{width:100%;aspect-ratio: 1920/860;object-fit:cover;}

