.card-insight-outstanding {
    cursor: pointer;
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 40px;
    background: round;
    position: relative;
    /* margin-bottom: 15px; */

    .gradient-hover {
        border-radius: 40px;
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(180deg, rgba(252, 250, 255, 0) 28.13%, #6800FF 100%);
    }

    @media screen and (max-width: 980px) {
        height: 200px;
    }
}

.column-right-card-insight {
    gap: 15px;
}

.image-style-img-filter-gray-outstanding {
    position: absolute;
    width: 100%;
    height: 100%;
    /* filter: grayscale(1) brightness(0.6); */
    background-size: cover;
    border-radius: 40px;
    object-fit: cover;
    /* Esto asegura que la imagen se ajuste al contenedor y se corte por los bordes */
    object-position: center;
    /* Centra la imagen dentro del contenedor */
}

.img-filter-gray-outstanding {
    position: absolute;
    width: 100%;
    height: 100%;
    /* filter: grayscale(1) brightness(0.6); */
    background-size: cover;
    border-radius: 40px;
    object-fit: cover;
    /* Esto asegura que la imagen se ajuste al contenedor y se corte por los bordes */
    object-position: center;
    /* Centra la imagen dentro del contenedor */
}

.card-insight {
    cursor: pointer;
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 40px;
    background: round;
    position: relative;
    margin-bottom: 15px;

    @media screen and (max-width: 520px) {
        height: 200px;
    }
}

.custom-filter-wrapper {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

.custom-filter-wrapper select {
    border: 2px solid #6800FF;
    padding: 5px;
    color: #333;
}

.title-sorted {

    div label {
        display: none;
    }

}

.text-center-all {
    align-content: center;
    margin: auto;
    text-align: end;
}

.gradient-hover {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(252, 250, 255, 0) 28.13%, #6800FF 100%);
}

.title-higlights {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.description-higlights,
.description-higlights p {
    font-size: 24px;
    line-height: 35px;
}

@media screen and (max-width: 1580px) {
    .title-higlights {
        font-size: 25px;
        line-height: 30px;
    }

    .description-higlights,
    .description-higlights p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 980px) {
    .title-higlights {
        font-size: 20px;
        line-height: 24px;
    }

    .description-higlights,
.description-higlights p {
        font-size: 16px;
        line-height: 20px;
    }
}

.content-cards-insights {
    padding-top: 10px;
}

@media (max-width: 992px) {
    .title-higlights {
        font-size: 16px;
        line-height: 20px;
    }
}
