.service-content {
    height: 100% !important;
}

.service-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px !important;
}

.service-button {
    margin-top: auto !important;
}