.arshine2-foot_top {
  position: relative;
  /* height: 300px; */
      background-size: cover;
          background-position: center;
}

.arshine2-foot_top img{
  width: 100%;
}

.arshine2-foot_top .background {
  width: 100%;
  aspect-ratio: 5;
  object-fit: cover;
}

.arshine2-foot_top:after{
  /* content: ""; */
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25);
  z-index: 1;
}

.arshine2-foot_top .container {
  position: absolute;
  left: 0%;
  top: 0%;
  /* transform: translate(-50%, -50%); */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  /* gap: 2%; */
  z-index: 2;
  width: 100%;
  height: 100%;
}

.arshine2-foot_top .tit {
  flex: 1;
}

.arshine2-foot_top .tit h5 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.arshine2-foot_top .tit p {
  font-size: 24px;
  color: #fff;
  margin: 10px 0;
}



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

  .arshine2-foot_top .background {
    width: 100%;
    aspect-ratio: 3;
  }

  .arshine2-foot_top .tit h5 {
    font-size: 18px;
  }

  .arshine2-foot_top .tit p {
    font-size: 18px;
  }

  .arshine2-foot_top a {
    width: 220px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
  .arshine2-foot_top .container{
    flex-direction: column;
  }
}

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

  .arshine2-foot_top .tit h5 {
    font-size: 16px;
  }

  .arshine2-foot_top .tit p {
    font-size: 16px;
  }

  .arshine2-foot_top a {
    width: 160px;
    font-size: 18px;
  }
}