
#ciacere {
    padding-inline: 10%;
    display: flex;
    width: 100%;
    height: auto;
    font-family: importante;
    font-weight: normal;

    border-bottom: 3px solid black;
}

#ciacere .col1 {
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

#ciacere .col1 .quadrati {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    text-align: center;
}

#ciacere .col1 .quadrati strong {
    color: var(--verde);
}

#ciacere .col1 .quadrati img {
    width: 40%;
    padding: 10px;
}

#ciacere .col1 .quadrati h3 {
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 2px;
}

#ciacere .col2 .quadrati h4 {
    font-size: 1em;
    padding: 5px;
    letter-spacing: 2px;
    font-weight: lighter;
}

#ciacere .col2 {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

#ciacere .col2 h1 {
    font-weight: bold;
    font-size: 3em;
    text-transform: uppercase;
    text-align: right;
    padding: 5px;
    letter-spacing: 2px;
}

#ciacere .col2 h2 {
    font-weight: bold;
    font-size: 2em;
    padding: 5px;
    text-align: right;
    letter-spacing: 2px;
}

#ciacere .col2 .bottonazzo {
    background-color: var(--verde);
    border-radius: 20px;
    height: 40px;
    width: 220px;
    text-align: center;
    color: var(--bianco);
}

#ciacere .col2 .bottonazzo img {
    width: 24px;
    height: 24px;
}
