<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactiframe {
    width: 100%;
    height: 480px;
}

.contactiframe iframe {
    width: 100%;
    height: 100%;
}

.contactInner {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.contactItemWrap {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
}

.contactItem {
    padding: 0px 20px;
}

.contactItem h3 {
    font-size: 22px;
}

.contactInfo {
    padding: 0 20px;
}


@media screen and (max-width: 600px) {
    .contactItemWrap {
        flex-direction: row;
        flex: 100%;
    }
}</pre></body></html>