.arshine-vr {
  padding: clamp(30px, 4.166667vw, 80px) 0 0;
  text-align: center;
}
.arshine-vr h3 {
  font-size: clamp(24px, 2.08vw, 40px);
  color: #1c1632;
  line-height: 1;
  font-family: var(--font-family);
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.arshine-vr h3::after {
  position: absolute;
  left: 0;
  bottom: -40px;
  content: "";
  background:#EAE9EF;
  width: 88px;
  height: 4px;
}
.arshine-vr .pic {
  margin: 80px 0 0;
  text-align: center;
}

@media screen and (max-width: 1441px) {

  .arshine-vr h3::after {
    bottom: -30px;
  }
}

@media screen and (max-width: 1367px) {

 
  .arshine-vr .pic iframe {
    height: 500px;
  }
}





@media screen and (max-width: 991px) {

  .arshine-vr .pic {
    margin: 50px 0 0;
  }
  .arshine-vr .pic iframe {
    height: 400px;
  }
}

