.arshine2-a {
  position: relative;
  /* height: 300px; */ padding: 30px 0 100px;
}

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

.arshine2-a .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%;
}

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

 
.arshine2-a a {
  width: 258px;
  height: 40px;
  line-height: 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--button-radius);
  font-size: 17px;
  color: #fff;
  display: inline-block;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 7px;
  margin-top:30px
}

.arshine2-a a:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
 
 
@media screen and (max-width:992px) {

  .arshine2-a .background {
    width: 100%;
    
  }

 
  .arshine2-a a {
    width: 220px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
}

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

   

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