.text-justify {
    text-align: justify;
}

.owl-carousel .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .owl-carousel .item img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .owl-carousel .item img {
        height: 150px;
    }
}

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 300px; /* Puedes ajustar esta altura según tus necesidades */
}

.overflow-hidden{
    text-align: center;
}

.overflow-hidden > img {
    height: 150px;
}
