.sitemapbutton {
    display: block;      
    width: calc(100% - 40px); 
    margin: 0 20px;           
    text-align: center;  
}
/* Homepage */
.title-box-header{ text-align: center;}
.title-box-header::after{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #1E69B8;
    display: block;
    content: "";
    height: 2px;
}
.why-choose h4{ 
    font-size: 20px !important;
    line-height: 28px;
}
/* Other pages */
.hero{
    height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero h1{ line-height: 1.1em;}
/* Header menu */
.menu-wrapper > div{ display: flex;}
.menu-container{ margin:0 auto;}
.menu-container nav{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    float: none;
}
/* Blog */
.blog-container h2{ font-size: 24px !important; line-height: 30px;}
.blog-container p{ margin-bottom: 20px;}
.blog-content h2{ margin-top: 20px;}
/* Individual pages */
h4.box-header, h1.page-margin-top-section{ line-height: 1.1em;}
.box-header::after{
    width: 0%;
    height: 0px;
}
.top-paragraph{ font-size: 40px !important;}
ul li, ol li{ 
    line-height: 1.3em;
    font-size: 22px;
    color: #000;
    padding: 10px 0;
}
.mobile-menu li{ padding:0 ;}
/* Contact Form */

input, textarea{ box-sizing: border-box; }

.contact-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media screen and (min-width: 1025px){
    .contact-wrapper form{ margin-top: 60px;}
}
@media screen and (min-width: 768px){
    .map-contact .feature-item{
        padding-left: 30px;
    } 
}
@media screen and (max-width: 600px){
    #top-info{}
    .menu-container{}
}
.maps-container h3{ font-size: 25px;}
.maps-container .feature-item{ font-weight: 700;}
.maps-container .feature-item a,.maps-container .feature-item p{ font-size: 25px !important;}