.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: 80px 0;
}
.arshine2-pic-text .more {
  margin: 20px auto 0;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}
.arshine2-pic-text h3 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  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;
  width: 163px;
}

.arshine2-pic-text p {
  font-size: 18px;
  color: #fff;
  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 {
    font-size: 17px;
  }

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

  .arshine2-pic-text>a {
    padding: 70px 0;
  }
}



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


  .arshine2-pic-text p {
    font-size: 16px;
  }
}

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


}

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


  .arshine2-pic-text>a {
    padding: 50px 0;
  }
}

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



  .arshine2-pic-text p {
    font-size: 15px;
  }
}



@media screen and (max-width: 1367px) {
  .arshine2-pic-text h3 {font-size: 40px;}
}
@media screen and (max-width: 1281px) {
  .arshine2-pic-text h3 {font-size: 36px;}
}
@media screen and (max-width: 1171px) {
  .arshine2-pic-text h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .arshine2-pic-text h3 {font-size: 26px;flex-direction: column;}
  .arshine2-pic-text h3 img{margin:0 0 20px 0}
}
@media screen and (max-width: 768px) {
  .arshine2-pic-text h3 {font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .arshine2-pic-text h3 {font-size: 22px;}
  .arshine2-pic-text .background {aspect-ratio: 1;}
}