section.get-in-touch {
    margin-bottom: 35px;
}

section.get-in-touch #header {
    height: 20px;
    background: #414141;
    margin-top: 0;
    margin-bottom: 15px;
}

section.get-in-touch h1 {
    font-family: museo,serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 35px !important;
    color: #B61C20 !important;
}

section.get-in-touch .gform_wrapper {
    background: #e6e6e6;
    padding: 15px;
}

section.get-in-touch p {
    padding: 10px 0px;
    color: #414141;
}

section.get-in-touch .col-sm-5 {
    border-left: 1px solid #414141;
    margin-top: 40px;    
}

section.get-in-touch #first-h2 {
    margin-bottom: 0px !important;
}

section.get-in-touch #second-h2 {
    margin-bottom: 0px !important;
    margin-top: 20px;
}

section.get-in-touch span {
    padding-top: 0px;
}

section.get-in-touch .gform_footer input {
    text-align: center;
    background: #B61C20 !important;
    border: 2px solid #B61C20;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}

@media (min-width: 576px){
    section.get-in-touch .col-sm-6 {
        max-width: 47%;
    }

    section.get-in-touch #first-h2 {
        margin-top: 120px;
        margin-bottom: 0px !important;
    }
}