/*==================================================================
                                LOOP
==================================================================*/

/* ============= GENERAL ============= */

.ld-course-custom-card {
    width: 318px;
}

.listado-cursos .elementor-shortcode {
    display: flex;
    width: 1344px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ld-course-custom-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 30px;
    border-radius: 24px;
    text-align: center;
}