#main .inner > section p {
  font-size: 25px;
  line-height: 1.2;
}

#main .inner2 > section p {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 2em;

}

@media screen and (min-width: 737px) {
    #main {
        padding: 2em 0 2em 0; */
    }
}



ul.testo_laterale {
    font-size: 19px;
    line-height: 1.1;
    color: #a1aaa5;
}

h3.big {

    font-size: 25px;

}
.grande { 
  font-size: 1.55em;
}
button big .centrato {
  text-align: center;
}

#copyright2 {
    /* display: inline-block; */
    padding: 20px 0px 20px;
    border-radius: 49px;
    color: #ffffff;
            top: 0;
        left: 0;
    font-size: 20px;
}

footer {
  width: 100%;
}
.footer_testo li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.footer_testo li {
    border-left: solid 1px #E7EAE8;
    display: inline-block;
    padding: 0 0 0 0.75em;
    margin: 0 0 0 0.75em;
}

.footer_testo  {
    
    margin-bottom: none;
}

a {
    color: #b1ddac;
    text-decoration: none;
}


@media screen and (min-width: 737px) {
    .box.page-content h2 {
        font-size: 3em;
        margin: 40px 0 0.5em 0;
    }
}

@media screen and (max-width: 736px) {
    #titleBar .toggle:before {
        display: inline-block;
        font-family: FontAwesome;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 0;
        background: #b1ddab;
        width: 44px;
        height: 44px;
        content: '\f0c9';
        color: #fff;
        text-align: center;
        line-height: 44px;
        font-size: 20px;
    }
}