#carda{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 16px;
    >div{
        >h3{
        font-size: 18px;
        margin-bottom: 8px;
        }
        >p{
            font-size: 13px;
            color: #707078;
            font-weight: 400;
        }
    }
}