.arshine2-solution {
  padding: 80px 0 30px;
  background: #fff;
}

.arshine2-solution .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.arshine2-solution .box .pic {
  width: 55%;
  position: relative;
}

.arshine2-solution .box .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 60px;
}

.arshine2-solution .box .txt h3 {
  color: var(--title-text-color);
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}
.arshine2-solution .box h4 {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  /* height: 100%; */
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.arshine2-solution .box .pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #062f925e;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.arshine2-solution .box .pic:hover::after {
  opacity: 1;
  visibility: visible;
}
.arshine2-solution .box .pic:hover h4 {
  opacity: 1;
  visibility: visible;
}
.arshine2-solution .box .txt h3 span {
  color: var(--color-primary);
}

.arshine2-solution .box .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 20px 0 0;
}

.arshine2-solution .box .txt .more {
  margin-top: 40px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  background: var(--color-primary);
  /* border-radius: var(--button-radius); */
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
}

.arshine2-solution .box .txt .more:hover {
  background: var(--btn-hover);
  color: #fff;
}

.arshine2-solution ul {
  margin: 0 -10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arshine2-solution ul li {
  padding: 0 10px;
  width: 33.3333333%;
}

.arshine2-solution ul li .pic {
  width: 100%;
}

.arshine2-solution ul li .pic img {
  aspect-ratio: 1/ 1;
  object-fit: cover;
  width: 100%;
}

.arshine2-solution ul li h5 {
  font-size: 24px;
  color: #333;
  margin: 24px 0 0;
  text-align: center;
}

.arshine2-solution ul li h5 a:hover {
  color: var(--color-primary);
}


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

  .arshine2-solution ul li h5,
  .about ul li p {
    font-size: 23px;
  }

  .arshine2-solution {
    padding: 80px 0 30px;
  }
}

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


  .arshine2-solution .box .txt .more {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .arshine2-solution ul li h5 {
    font-size: 22px;
  }

  .arshine2-solution {
    padding: 80px 0 30px;
  }
}

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

  .arshine2-solution .box .txt p {
    line-height: 28px;
  }

  .arshine2-solution .box .txt p {
    font-size: 17px;
  }

  .arshine2-solution ul li h5 {
    font-size: 21px;
  }

  .arshine2-solution {
    padding: 70px 0 30px;
  }
}

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

  .arshine2-solution .box .txt .more {
    height: 42px;
    line-height: 42px;
  }

  .arshine2-solutionul li h5 {
    font-size: 20px;
  }
}

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


  .arshine2-solution ul li h5 {
    font-size: 19px;
  }

  .arshine2-solution .box .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width:992px) {
  .arshine2-solution .box {
    display: block;
  }
  
  .arshine2-solution .box .pic {
    width: 100%;
  }
  
  .arshine2-solution .box .txt {
    margin: 0 0 20px;
    text-align: center;
  }
  


  .arshine2-solution ul li h5 {
    font-size: 18px;
  }

  .arshine2-solution .box .txt .more {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
  }
}

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



  .arshine2-solution ul li h5 {
    font-size: 17px;
  }

  .arshine2-solution .box .txt .more {
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 15px;
  }

  .arshine2-solution {
    padding: 30px 0 20px;
  }

  .arshine2-solution .box .txt .more {
    margin-top: 20px;
  }

  .arshine2-solution ul li h5 {
    margin: 15px 0 0;
  }
}

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


  .arshine2-solution .box .txt p {
    font-size: 15px;
  }
}


@media screen and (max-width: 1500px) {
  .arshine2-solution .box .txt h3{font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .arshine2-solution .box .txt h3{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .arshine2-solution .box .txt h3{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .arshine2-solution .box .txt h3{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .arshine2-solution .box .txt h3{font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .arshine2-solution .box .txt h3{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .arshine2-solution .box .txt h3{font-size: 22px;}
}

