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

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

.arshine2-pic-text .container {
  position: absolute;
  left: 50%;
  /* top: 50%; */
  transform: translate(-50%, -50%);
  bottom: 6%;
  display: none;
}

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

.arshine2-pic-text h3 {
  font-size: 42px;
  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;
}

.arshine2-pic-text p {
  font-size: 18px;
  color: #333;
  margin: 6px 0 0;
}

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

@media screen and (max-width:1500px) {
  .arshine2-pic-text h3 {
    font-size: 44px;
  }
}

@media screen and (max-width:1441px) {
  .arshine2-pic-text h3 {
    font-size: 42px;
  }
}

@media screen and (max-width:1367px) {
  .arshine2-pic-text h3 {
    font-size: 40px;
  }

  .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:1281px) {
  .arshine2-pic-text h3 {
    font-size: 38px;
  }
}

@media screen and (max-width:1171px) {
  .arshine2-pic-text h3 {
    font-size: 36px;
  }

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

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

  .arshine2-pic-text h3 {
    font-size: 34px;
  }
}

@media screen and (max-width:768px) {
  .arshine2-pic-text h3 {
    font-size: 32px;
  }

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

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

  .arshine2-pic-text h3 {
    font-size: 28px;
  }

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

@media screen and (max-width:480px) {
  .arshine2-pic-text h3 {
    font-size: 24px;
  }
}

@media screen and (max-width:430px) {
  .arshine2-pic-text h3 {
    font-size: 26px;
  }
}