.hide-contact-form .contact-form-wrapper {
    display: none;
}
.hide-contact-form .other-contacts-wrapper {
    width: 100%;
    float: none;
    text-align: center;
}

.contact-form-wrapper {
    width: 50%;
    float: left;
}
.contact-form-wrapper input[type=text], 
.contact-form-wrapper textarea {
    width: 100%;
    border: #CCC 1px solid;
    margin-top: 5px;
}
.required {
    color: #FF2300;
}

.other-contacts-wrapper {
    width: 50%;
    float:right; 
    text-align: right;
}
.vcard .adr {
    margin: 5px 0 20px 0;
}
.vcard .email {
    margin-top: 20px;
}

@media (max-width: 750px) {
    .hide-contact-form h1 {
        text-align: center;
    }
    
    .contact-form-wrapper, .other-contacts-wrapper {
        width: 100%;
        float: none;
        text-align: left;
        margin-bottom: 20px;
    }
}