<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-editor{
    margin:0 0 100px;
}
.contact-map iframe {
    width: 100%;
    box-sizing: border-box;
    height: 250px;
    margin: 0px 0 10px;
}

.reminder{
    text-align:left;
    margin:  0;
    font-size:15px;
}
.reminder p {
    margin:-10px 0 0;
    position: relative;
}
.reminder b {
    display: inline-block;
    margin: 10px 0 0px 25px;
    font-weight: normal;
    position:relative;
}
.reminder b:before {
    left: -15px;
}

.contact-title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}

.contact-title b {
    font-size: 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    margin: 0 10px 0 0;
}

.contact-title .reminder {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
@media screen and (max-width: 1000px) {
.reminder p {
    margin:10px 0 0;
    line-height: 20px;
}
}
@media screen and (max-width: 600px) {
    .contact-title .reminder{
        margin: 0 45px;
    }
    .contact-title {
        margin: 0 5px 15px;
    }
    .contact-title .reminder{
        margin: 0;
    }
    .form-box, .form-wrap.has-bg{
        padding: 20px 15px;
    }
    .form-wrap.has-bg{
        /* background: none; */
    }
   
}
</pre></body></html>