.touch{
    padding: 80px 0px;
    overflow: hidden;
}
input{
    border: none;
    outline: none;
    background: #e7e7e7;
    padding: 16px 13px;
    width: 250px;
    border-radius: 7px;
    margin-bottom: 17px;
}
.messageMe{
    overflow: hidden;
}
.submit{
    padding: 10px 45px;
    background: #D6151F;
    font-weight: bold;
    font-size: 18px;
    border: none;
    outline: none;
    transition: .3s;
    border: 2px solid #D6151F !important;
}
.submit:hover{

    background: #ffffff;
    color:#D6151F ;
    

}
.title h1{
    color: #0b153c;
    font-weight: 700;
    font-size: 41px;
}
input.sameWidth {
    width: 265px;
}