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

.about-us-global h3 {
	color: var(--title-text-color);
	text-align: center;
	font-family: var(--title-font-family);
	font-size: var(--mach-certifications2-title-size);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	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;
  }
}
