.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: center;
  gap: 2%;
  flex-direction: row;
}

.arshine2-foot_top .tit {
  flex: 1;
  margin-left: -175px;
}

.arshine2-foot_top .tit h5 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
}

.arshine2-foot_top .tit p {
  font-size: 22px;
  color: #000;
  margin: 17px 0 0;
}

.arshine2-foot_top a {
  width: 180px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  background: var(--color-primary);
  border-radius: 30px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  /* margin: 50px 0 0; */
}

.arshine2-foot_top a:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

@media screen and (max-width:1800px){
  .arshine2-foot_top .tit{
    margin-left: 0 !important;
  }
}

@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;
  }
}

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

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

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

  .arshine2-foot_top a {
        width: 120px;
        font-size: 14px;
  }
      .arshine2-foot_top .tit p {
        font-size: 12px;
    }
}