---
layout: default
title: meta.titles.technical_advice
description: meta.descriptions.technical_advice
permalink: /consulenza/
permalink_en: /technical_advice/
tags: unitoo consulenza software hardware sicurezza informatica
---
<section class="jumbotron jumbotron-fluid bg-transparent">
    <div class="container">
        <h1 class="text-center">{% t technical_advice.title %}</h1>
        <hr class="border-primary mb-5">
        <p>{% t technical_advice.text %}</p>
        <br>
        <div class="row mt-5">
            <div class="col-lg-4 col-12 text-center mb-4 mb-lg-0">
                <i class="fas fa-cloud fa-5x my-auto"></i>
            </div>
            <div class="col-lg-8 col-12 text-center text-lg-left">
                <h3>{% t technical_advice.cloud_title %}</h3>
                <p>{% t technical_advice.cloud_text %}</p>
            </div>
        </div>
        <div class="row mt-5">
            <div class="col-lg-4 col-12 text-center mb-4 mb-lg-0">
                <i class="fas fa-code fa-5x my-auto"></i>
            </div>
            <div class="col-lg-8 col-12 text-center text-lg-left">
                <h3>{% t technical_advice.software_solutions_title %}</h3>
                <p>{% t technical_advice.software_solutions_text %}</p>
            </div>
        </div>
        <div class="row mt-5">
            <div class="col-lg-4 col-12 text-center mb-4 mb-lg-0">
                <i class="fas fa-copyright fa-5x my-auto"></i>
            </div>
            <div class="col-lg-8 col-12 text-center text-lg-left">
                <h3>{% t technical_advice.licenses_title %}</h3>
                <p>{% t technical_advice.licenses_text %}</p>
            </div>
        </div>
    </div>
</section>

<section class="text-center pt-5 pb-5 bg-white">
    {% include contacts.html %}
</section>