.arshine2-pic-text {
  position: relative;
  text-align: center;
}

.arshine2-pic-text .background {
  width: 100%;
  aspect-ratio: 5;
  object-fit: cover;
}

.arshine2-pic-text .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arshine2-pic-text>a {
  display: block;
  height: 100%;
  padding: clamp(30px, 4.6875vw, 90px) 0;
}

.arshine2-pic-text h3 {
  font-size: clamp(24px, 2.45vw, 45px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.arshine2-pic-text h3 img {
  margin-right: 26px;
}

.arshine2-pic-text p {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #ffffff;
  margin: 6px 0 0;
}

@media screen and (max-width:1650px) {
  .arshine2-pic-textxF h3 {
    font-size: 46px;
  }
}



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

  .arshine2-pic-text p {
    margin: 15px 0 0;
  }


}



@media screen and (max-width:992px) {
  .arshine2-pic-text .background {
    aspect-ratio: 4;
  }


}


@media screen and (max-width:600px) {
  .arshine2-pic-text .background {
    aspect-ratio: 3;
  }

  .arshine2-pic-text h3 {
    flex-direction: column;
    gap: 15px;
  }

  .arshine2-pic-text h3 img {
    margin-right: 0;
  }
}

@media(max-width:576px){
  .arshine2-pic-text .background {
    aspect-ratio: 1.5;
    object-fit: cover;
  }
}