.servicioListadoCard {
    padding: 16px;
    border-bottom: 1px solid #3CBFAE;
    transition: .3s all linear;
    display: flex;
    align-items: start;
    gap: 40px;
}
.servicioListadoCard .titulo {
    color: #005199;
    font-family: "Noto Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}
.servicioListadoCard .excerpt {
    color: #323E48;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.servicioListadoCard .cardCta {
    color: #005199;
    font-family: "Noto Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 99px;
    display: block;
    width: fit-content;
    min-width: fit-content;
    border: 1px solid #005199;
}
.servicioListadoCard:hover { background-color: rgba(218, 217, 215, 0.30) }