.tarjeta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;

    .imgDetailService {
        width: 200px;
    }

    p {
        padding: 10px 20px;
        text-align: left;
    }
}

.fondoCard {
    border: 1px solid #e0e3eb;
    background-color: white;
}

.ico_card_sagrilaft {
    width: 100px;
}


@media (min-width: 1024px) {
    .tarjeta {
        flex-direction: row;
    }
}