/* Estilos del frontend para el bloque de seis elementos */

.serviunix-six-items-section {
    padding: 2rem 0;
}

.serviunix-six-items-section .item-image {
    margin-bottom: 1rem;
}

.serviunix-six-items-section .item-image img {
    height: auto;
}

/* Tamaños de imagen */
.serviunix-six-items-section .item-image .img-small {
    max-width: 150px;
    width: 100%;
}

.serviunix-six-items-section .item-image .img-medium {
    max-width: 300px;
    width: 100%;
}

.serviunix-six-items-section .item-image .img-large {
    max-width: 600px;
    width: 100%;
}

.serviunix-six-items-section .item-image .img-full {
    max-width: 100%;
    width: 100%;
}

