#section-contact {
    border: solid 1px #b0b0b0b0;
    border-radius: 12px;
    background: white;
    margin: 0 0 32px 0;
    box-shadow: #bbb 2px 2px 20px;
    overflow: hidden;
    background-image: url(/images/home/photo3.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
}

.section-body {
    padding: 0;
}

.section-photo {
    width: 50%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    vertical-align: top;
}

.section-content {
    display: inline-block;
    margin-left: 50%;
    width: 49%;
    padding: 24px;
}

@media (width < 992px) {
    #section-contact {
        background-image: none;
    }

    .section-content {
        display: inline-block;
        margin-left: 0;
        width: 100%;
        padding: 24px;
    }

}

    form input[name='email'] {
        width: 100%;
    }

    form textarea {
        width: 100%;
        height: 300px;
    }