/* Estilos del frontend para el bloque de tres columnas */

.serviunix-three-columns-section {
    padding: 2rem 0;
}

.serviunix-three-columns-section .column-image {
    margin-bottom: 1rem;
}

.serviunix-three-columns-section .column-image img {
    height: auto;
}

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

.serviunix-three-columns-section .column-image .img-medium {
    max-width: 300px;
    width: 100%;
}

.serviunix-three-columns-section .column-image .img-large {
    max-width: 600px;
    width: 100%;
}

.serviunix-three-columns-section .column-image .img-full {
    max-width: 100%;
    width: 100%;
}

