.arshine-about {
  padding: 75px 0 0;
}
.arshine-about h2 {
  font-size: 50px;
  color: var(--color-primary);
  line-height: 1;
  text-align: center;
}
.arshine-about h2::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}
.arshine-about .txt {
  margin: 50px 0 0;
  line-height: 24px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
}
.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 30px;
  aspect-ratio: 4 / 3;
  box-sizing: border-box;
}
.arshine-about .v > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  object-position: center center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  max-width: none !important;
  max-height: none !important;
}

.arshine-about .v .play{
  display: block;
  position: absolute;
  right: 20px; 
  bottom: 20px;
  width: 60px; 
  height: 60px; 
  z-index: 10; 
  pointer-events: none; 
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%; 
  background-image: url('{{ common.path.assetPath }}common/images/v1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%; 
  transition: transform 0.3s ease;
}

.arshine-about .v:hover .play {
  transform: scale(1.1);
}
.arshine-about .v:hover > img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
@media screen and (max-width: 1441px) {
  .arshine-about h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1367px) {
  .arshine-about h2 {
    font-size: 44px;
  }
  .arshine-about {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1281px) {
  .arshine-about h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1171px) {
  .arshine-about h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .arshine-about h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .arshine-about h2 {
    font-size: 28px;
  }
  .arshine-about {
    padding: 30px 0 0;
  }
  .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;
    aspect-ratio: 4 / 3;
  }

  .arshine-about .v .play{
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    background-size: 45%;
  }
}
@media screen and (max-width: 600px) {
  .arshine-about h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .arshine-about h2 {
    font-size: 24px;
  }
}