.page-block-contact-wrap {
    height: 100%;
    width: 100%;
    display: flex;
}

.contact-content-wrap {
    padding: 40px;
}

.contact-content {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F6F6F6;
}

.contact-map {
    width: 50%;
    height: 100%;
}

.contact-content-title {
    font-size: 64px;
    font-family: Title;
}

.contact-content-address,
.contact-content-phone {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.contact-content-address-title,
.contact-content-phone-title {
    font-size: 18px;
    font-weight: 100;
    font-family: Title;
}

.contact-content-address-content,
.contact-content-phone-content {
    margin: 10px 0 5px;
    font-size: 18px;
    font-family: Arial;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
    .page-block-contact-wrap {
        display: block;
    }

    .contact-map,
    .contact-content {
        width: 100%;
        height: 50%;
    }

    .contact-map {
        height: 400px;
    }


}
