#title-azionisti{
    font-size: 40px;
    line-height: 70px;
    color: #fff;
}

body {
    background-color: #01B6EE;
    color: #fff;
}

.block {
    margin-top: 70px;
}

.button-text {
    color: #01B6EE;
    margin-top: 15px;
    margin-right: 0px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .button-text{
        margin-top: 40px;
        margin-right: 20px;
        width: 285px;
    }
}

#footer {
    padding-top: 20px;
}

@media (min-width: 576px) {
    #title-azionisti {
        font-size: 70px;    }
}