.service-btn-box{
  
}
.service-btn-link{
     max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}
.service-btn-link a{
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: Switzer Variable;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 20px;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #000;
   gap: 0 10px;
}

.service-btn-link a:hover{
  color: #ff7100;
}
