
.button{
     width: 244px;
    height: 44px;
    border-radius: 3px;
    line-height: 44px;
    background-color: #94ab28;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-size: 14pt;
}

.field{
    height: 40px;
    line-height: 40px;
    border: 3px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 0 19px 0;
    max-width: 280px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background-color: #f1f1f1;
}

.subPage.contact .button{
    width: 279px;
}

textarea{
    line-height: 22px;
    border: 3px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 0 19px 0;
    width: 280px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #f1f1f1;
}


.subPage.contact #contactForm div{
    margin-top: 10px;
}

.subPage.contact #map{
    width: 100%;
    height: 495px;
}


@media screen and (max-width: 850px) {
    
    .col2{
        width: 100%;
    }
    
    
}