.services .card-title {
  text-align: center;
}


.btn-link {
    --btn-bg: #70B1E7;
      --btn-c: rgb(255 255 255);
    font-weight: 400;
    letter-spacing: 1px;
}
.card {
    border: none !important;
    border-radius: 8px;
    box-shadow: 0 5px 35px 0 #ccc9;
    transition: all 0.25s ease;
    padding-bottom: 15px;
    gap: 20px;
  
  &:hover {
    box-shadow: 0 10px 40px 0 #ccc;
  }
}

.specialization .card {
    padding-bottom: 0px;
}

#sp-first {  
  height: 100vh;
}
