:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
}
body {
    text-align: left;
    color: #5e767b;
    background: #ebebeb;
    font: 0.93rem/1.3em Arial, Helvetica, sans-serif;
}
#wrapper {
    margin: 1rem auto;
    max-width: 800px;
    overflow: hidden;
    position: relative;
}
.center {
    text-align: center;
}
header {
    overflow: hidden;
}
p {
    margin-bottom: 0.5625rem;
}
p:last-child {
    margin-bottom: 0;
}
:is(a:link, a:visited, a:active) {
    color: #5e767b;
    text-decoration: none;
}
img {
    max-width: 100%;
}
h1,h1+p, h1+p+p, h3, h2{
    color: #0C71C3;
}
h1 {
    margin: 0 0 0.9375rem;
    font-size: 1.35rem;
    line-height: 1.6875rem;
    text-transform: uppercase;
}
h1 span {
    font-size: 1rem;
    font-weight: normal;
    display: block;
}
h3 {
    font-size: 1.1875rem;
    line-height: 1.375rem;
    margin: 0 0 0.125rem;
}
h2 {
    font-size: 1.75rem;
    line-height: 2.0625rem;
    margin: 1rem 0;
    text-transform: uppercase;
}
h2 span {
    font-size: 65%;
    font-weight: normal;
    display: block;
}
article ul {
    margin: 0.5rem 0 0 1rem;
    list-style: none;
}
article ul li:before {
    content: "\25A0";
    color: #0C71C3;
    font-size: 10px;
    float: left;
    margin: -0.0625rem 0 0 -0.9375rem;
}
section {
    background: #fff;
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
    overflow: hidden;
    position: relative;
}
section.bg {
    background: #0C71C3;
}
section.bg :is(h3, p,.fa-solid) {
    color: #FFF;
}
.bg i {
    font-size: 3rem;
    margin-right: 0.5rem;
    position: relative;
}
.bg p {
    display: flex;
    justify-content: start;
    gap: 2rem;
    align-items: center;
    margin-top: 1rem;
}
:is(header section, article>section:nth-of-type(1)) {
    margin: 0;
}
.flex {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
    margin-top: 0.5rem;
}
header section:nth-of-type(1) {
    padding: 0;
}
header .logo:nth-of-type(1) {
    position: absolute;
    right: 2.0625rem;
    top: 1.125rem;
}
.bg>a {
    background: #FFF;
    line-height: 3.125rem;
    width: 230px;
    display: block;
    font-size: 1.0625rem;
    color: #0C71C3;
    margin: 2rem auto 0.625rem;
    text-align: center;
}
.bg>a:hover {
    background: #fff;
    text-decoration: none;
    color: #0C71C3;
}
iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}
.google-map {
    padding: 0;
}
.flex-s{
    display: flex;
    justify-content: start;
    gap: 0 1rem;
     align-items: center;
}
footer section:last-child {
    text-align: center;
    line-height: 1.5rem;
}
header .box {
    padding: 1.5rem;
    background: #fff;
}
header .box p:nth-of-type(1) i {
    margin-right: 0.25rem;
}
@media screen and (max-width: 800px) {
    #wrapper {
        border: none;
        margin: 0;
        hyphens: auto;
    }
    a, span {
        display: inline-block;
    }
    br {
        display: none;
    }
    footer br ,.hide_m{
        display: block;
    }
}
@media screen and (max-width: 770px) {
    .bg p {
        margin: 0;
    }
}
@media screen and (max-width: 695px) {
    header .logo:nth-of-type(1) {
        position: static;
        margin: 0 0 2rem;
        display: flex;
        justify-content: center;
    }
    header .box {
        padding: 1rem;
    }
    header p {
        text-align: center;
    }
    h1 {
        margin-bottom: 2rem;
        text-align: center;
    }
}