.card-image {
    background-size: cover;
    background-position: center;
    width:100%;
    height: 200px;
    max-height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.moreservices a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.moreservices a:hover {
    color: #000;
}
