* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fde2dc;
    color: #222;
}

.container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 24px;
}

.chi-siamo {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.chi-siamo h1 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 24px;
    border-bottom: 3px solid #667eea;
    padding-bottom: 12px;
}

.chi-siamo p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.chi-siamo p:last-child {
    margin-bottom: 0;
}