#contact_banner {
    min-height: 420px;
    background-color: #27b0ed;
    position: relative;
}

.office_info {
    float: left;
    line-height: 23px;
}

.address {
    margin-top: 7px;
}

@media (max-width: 768px) {
    .text_medium {
        font-size: 14px;
    }

    .text_xx_large {
        font-size: 26px;
    }

    #contact_banner {
        min-height: 213px;
    }

    #contact_banner .spacer {
        padding: 5px 0px;
    }
}