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

.arshine2-pic-text .background {
  width: 100%;
}

.arshine2-pic-text .container {
}

.arshine2-pic-text>a {
  display: block;
  height: 100%;
  padding: 80px 0;
}

.arshine2-pic-text h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  color: #333;
  line-height: 1;
}

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

.arshine2-pic-text p {
  font-size: 24px;
  color: #333;
  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: 4;
  }


}

@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: 3;
  }



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

