
#service-card{
    width: 100%;
    height: 100%;
}
#services h4{
    color: var(--custom-blue);
}

#service-card:hover{
    box-shadow: 0px 0px 5px var(--custom-blue);
    transform: scale(1.02);
}