.arshine2-foot_top {
  position: relative;
  height: 300px;
}

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

.arshine2-foot_top .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: flex-start;
  gap: 2%;
  flex-direction: column;
}

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

.arshine2-foot_top .tit h5 {
  font-size: clamp(24px, 2.08vw, 40px);
  color: #fff;
  line-height: 1;
}

.arshine2-foot_top .tit p {
  font-size: clamp(14px, 0.89vw, 17px);
  color: #fff;
  margin: 17px 0 0;
}
.witr_btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin-right: 15px;
  z-index: 2;
  transition: 1s;
  padding: 16px 40px;
  color: #fff;
  display: inline-block;
  background: var(--color-primary);
}
.witr_btn:hover {
  background: #555;
  color: #fff;
}
.arshine2-foot_top a {
  margin-top: 30px;
}

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

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



  /* .arshine2-foot_top a {
    width: 220px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  } */
  .witr_btn {
  font-size: 14px;
  padding: 12px 20px;
}

}

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

  .arshine2-foot_top {
    height: 250px;
  }

  /* .arshine2-foot_top a {
    width: 135px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  } */
}