.about-us-global {
  position: relative;
  padding: 80px 0;
}
.about-us-global .main-href{
  text-align: center;
}
.about-us-global .main-href a{
      display: inline-block;
    padding: 10px 65px;
    font-family: var(--font-family);
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: var(--button-radius);
}

.about-us-global .global-title b{
  display: block;
    margin-bottom: 8px;
    color: var(--color-primary);
    font-size: 17px;
    font-family: var(--font-family);
    letter-spacing: 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: 50px 0 0; */
  text-align: center;
}

.about-us-global .pic img{
  width: 100%;
}

@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;
  }


}

@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;
  }
}
