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

.about-us-global h3 {
    font-size: 45px;
    color:#000000;
    line-height: 1.2;
    font-weight: 700;
    text-transform: lowercase;
    text-align: center;
}
.about-us-global h3:first-line {

    text-transform: capitalize;
   
}

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

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

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

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

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

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

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