div.contattiText {
    text-align: center;
    line-height: 29px;
}
div.contattiFormWrapper {
    margin-top: 25px;
}
div#contattiLeft {
    float: left;
    width: 49%;
}
div#contattiRight {
    float: right;
    width: 49%;
}
div.contattiFormWrapper input[type='text'] {
    display: inline-block;
    outline: none;
    border: solid 1px black;
    padding: 12px;
    margin-bottom: 25px;
    font-size: 20px;
    width: 100%;
}
div.contattiFormWrapper select {
    display: inline-block;
    outline: none;
    border: solid 1px black;
    padding: 12px;
    margin-bottom: 25px;
    font-size: 20px;
    width: 100%;
    background-color: white;
}
div.contattiFormWrapper textarea {
    width:100%;
    height: 270px;
    outline: none;
    border: solid 1px black;
    resize: none;
    font-size: 20px;
    padding: 12px;
    font-family: "Roboto Flex", sans-serif;
    margin-bottom: 25px;
}
button#inviaRichiestaContatto {
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    padding: 14px 18px;
    background-color: #F1BE48;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 960px) {

    div#contattiLeft,
    div#contattiRight {
        float: none;
        width: 100%;
    }

}