.office-contact-details {
    margin-bottom: 20px;
}
.office-contact-details h4 {
    font-size: 28px;
}
.office-contact-details .figure {
    margin-bottom: 30px;
}
.office-contact-wrap {
    margin-bottom: 16px;
    border-bottom: 1px solid #bcbcbc;
    position: relative;
}
.office-contact-wrap:last-child {
    border-bottom: none;
}
.office-contact-wrap .office-contact-icon {
    font-size: 32px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.office-contact-inner-wrap {
    position: relative;
    padding: 6px 0 18px 50px;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.office-contact-thumb {
    position: relative;
    overflow: hidden;
    padding: 0 0 65%;
    margin-bottom: 12px;
}
.office-contact-wrap.office-contact-email .office-contact-inner-wrap a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.office-contact-details a, .office-contact-details a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
    .office-contact-thumb {
        margin-bottom: 16px;
    }
    .office-contact-details h4 {
        font-size: 34px;
    }
    .office-contact-wrap .office-contact-icon {
        font-size: 38px;
    }
    .office-contact-wrap.contact-address {
        min-height: 176px;
    }
}