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

.about-us-global p{
  text-align: center;
}

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


.about-us-global h3::after {
    content: "";
    background: var(--color-primary);
    width: 40px;
    height: 4px;
    margin: 11px auto 0;
    display: block;
}

.phone_img{
    display: none;
  }


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

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

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

  .pc_img{
    display: none;
  }

  
.phone_img{
    display: block;
    width: 100%;
  }

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