.arshine-about {
  padding:clamp(30px, 4.166667vw, 80px) 0;
}
.arshine-about h1 {
  font-size: clamp(24px, 2.08vw, 40px);
  color: #1c1632;
  line-height: 1;
  text-align: center;
}
.arshine-about h1::after {
  content: "";
  background: #EAE9EF;
  width: 88px;
  height: 4px;margin:15px auto 0;display:block;
}

.arshine-about .txt {
  margin-top:clamp(30px, 4.166667vw, 80px);
  line-height: 24px;
  font-size: clamp(14px, 0.83vw, 16px);
  color: #666666;
  overflow: hidden;
}
.arshine-about .txt p {
  text-align:justify;
  line-height:1.8
}
.arshine-about .txt p ~ p {
  margin-top: 15px;
}
.arshine-about .v {
  width: 44.5%;
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 0 20px 40px;
      border-radius: 20px;
}
.arshine-about .v img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.arshine-about .v .play{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.arshine-about .v:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}






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


  .arshine-about .txt {
    margin: 20px 0;
  }
  .arshine-about .txt p ~ p {
    margin-top: 10px;
  }
  .arshine-about .v {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  .arshine-about .txt p {
    text-align: left;
  }
}




