
#about-footer .container,
#section__map .container,
#section__content .container{
    max-width: 1048px;
    margin: 0 auto;
}

div#section__hero_banner{
    gap: 49px;
    padding: 96px 90px;
    border-radius: 36px;
}

div#section__hero_banner h1{
    font-size: 36px;
    line-height: auto;
}

section#section__content .container{
    margin-top: 54px;
    margin-bottom: 60px;
}

.page-template-contact  section#section__content .container {
    margin-bottom: 16px;
}

.page-template-contact  section#section__content p a{
    text-decoration: underline;
}

section#section__content .container p:first-child{
    margin: 0 !important;
}

section#section__content h4,
section#section__map h4,
section#about-footer h4{
    color: #0A296A;
    line-height: 130%;
    margin-top: 40px;
}

.page-template-about section#section__content h4{
    margin-bottom: 16px;
}

section#section__content p,
section#section__map p,
section#about-footer p{
    line-height: 150%;
    margin: 16px 0;
}

section#section__content ul,
section#section__map ul,
section#about-footer ul{
    padding-left: 28px;
}
#section__content .contact p,
#section__content .contact p{
    margin: 0;
}

.page-template-contact section#section__content .container p:nth-child(2){
    margin: 16px 0 0;
}

.page-template-contact section#section__content .container p:nth-child(3),
.page-template-contact section#section__content .container p:nth-child(4),
.page-template-contact section#section__content .container p:nth-child(5){
    margin: 0 !important;
}

.page-template-contact #section__content .container .contact p:nth-child(3) {
    margin-bottom: 16px !important;
}


#section__content .contact p:nth-child(2){
    margin-top:16px !important;
}
#section__content .contact p:nth-child(3){
    margin-bottom:16px !important;
}

section#about-footer .container{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
section#about-footer .container p{
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {

    div#section__hero_banner {
        gap: 24px;
        padding: 44px 90px;
        border-radius: 36px;
    }
    div#section__hero_banner h1 {
        font-size: 22px;
        text-align: center;
    }

    section#section__content .container {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    section#section__content h4, 
    section#section__map h4, 
    section#about-footer h4 {
        margin-top: 16px;
        margin-bottom: 6px;
        font-size: 20px;
    }

    section#section__content p, 
    section#section__map p, 
    section#about-footer p {
        margin: 6px 0;
    }

    .page-template-about section#section__content h4 {
        margin-bottom: 6px;
    }

    #section__content .contact p:nth-child(2) {
        margin-top: 6px !important;
    }

    section#about-footer .container {
        padding-top: 16px;
        padding-bottom: 12px;
        gap: 32px;
    }


}
@media only screen and (max-width: 487px) {

    section#section__map iframe {
        height: 98px;
    }

}