.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 h3 {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  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: 30px;
  color: #fff;
  font-weight: bold;
  margin: 40px 0 0;
}

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

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


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

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

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


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

  .arshine2-pic-text h3 {
    font-size: 24px;
  }
  .arshine2-pic-text p{
    font-size: 26px;
  }
}

@media screen and (max-width:768px) {
  .arshine2-pic-text h3 {
    font-size: 12px;
  }
 .arshine2-pic-text p{
  font-size:14px ;
 }
  .arshine2-pic-text>a {
    padding: 50px 0;
  }
}

