﻿.contact-form {
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
    max-width: 1200px;
}

.contact-form .row {
    margin-bottom: 20px;
}

.contact-form .row:last-of-type {
    margin-bottom: unset;
}

.contact-form #Message {
    min-height: 100px;
    max-height: 300px;
}

@media (max-width: 992px) {
    .contact-form {
        margin: 0;
        padding: 30px 15px;
    }

    .contact-form .row {
        margin-bottom: 0;
    }

    .contact-form .row > div {
        margin-bottom: 20px;
    }

    .contact-form .row:last-of-type > div:last-of-type {
        margin-bottom: 0;
    }
}