.card-service {
   border: solid var(--lightblue) 3px !important;
   border-radius: 1.1rem;
   max-width: 25rem !important;
}

.card-service .card-title {
   font-weight: 900;
   color: var(--gray) !important;
}

.card-service .card-img-top {
   width: 15rem;
   align-self: center;
}