.site-content {
    padding: 20px;
}


.testo {
    font-size: 15px;
}

p a {
    color: #212120;
}

.padding-bottom {
    padding-bottom: 30px; 
}

.center {
    text-align: center;
}

.titolo-evento{
    padding-bottom: 10px;
    font-family: 'AGaramondPro-Bold' !important;
    font-weight: normal !important;
}

.content{
    display: none;
}

.readmore{
    padding-left: 15px;
    font-style: italic;
    cursor: pointer;
}

.event {
    padding-bottom: 20px;
}

@media only screen and (max-width: 766px) {
    .pink-mobile{
        color: #e9429b;
    }

    .text-center-mobile{
        text-align: center;
    }
}