.ca-wedo-item {
    padding: 4rem 3rem;
    display: flex;
    align-items: center;
    position: relative;
    height: 12rem;
}

.ca-wedo-item a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 4rem 3rem;
    font-family: "Montserrat Bold";
    font-size: 1.2rem;
}

.ca-wedo-item a:hover {
    background-color: var(--color-primary-trans);
    color: var(--white);
}

.ca-wedo-prg-content {
    background-image: url(/images/bg-que-hacemos.jpg);
    background-size: 100%;
}

.card-body {
    text-align: center;
}

.card-body a {
    width: 10rem;
    margin: 0 auto 1rem;
    font-size: .8rem;
}

.card-title {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0 0 1rem;
    min-height: 3rem;
}