.about-us-global2 {
  position: relative;
  /* padding: 80px 0; */
}


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

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

@media screen and (max-width: 1500px) {
  .about-us-global2 h3 {
    font-size: 48px;
  }
}

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

  .about-us-global2 h3 {
    font-size: 36px;
  }

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

@media screen and (max-width: 560px) {
  .about-us-global2 h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .about-us-global2 h3 {
    font-size: 24px;
  }
}




@media (max-width: 1281px) and (min-width: 991px) {
    .about-us-global1 .container {
        max-width: 1000px !important;
    }
}
