ul.parsley-errors-list{
    padding: 0px;
    margin:10px 0 0;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    color: red;
}

@media only screen and (max-width: 1200px) {
    .consultations__form-contacts-row {
        position: relative;
        margin-bottom: 10px;
    }

    .consultations__form-exemple-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 20px);
        flex: 0 0 calc(33% - 20px);
        max-width: calc(33% - 20px);
    }
}