.service_card_img img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.service_descripcion {
    font-weight: 600;
    font-size: smaller;
    text-align: left;
}

.btnDefault {
    background-color: rgb(7, 21, 84);
    color: white;
}

.btnDefault:hover {
    background-color: rgb(33, 42, 83);
    color: white;
}