.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%);
}

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

.arshine2-pic-text h3 {
  color: #fff;
 
}

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

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


@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:767px) {
  .arshine2-pic-text .background {
    aspect-ratio: 2;
  }

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

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



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

