@charset "UTF-8";
/* CSS Document */

.page-name-sitemap .container{
max-width:1000px;
}

.post-type-page h2{
    padding-bottom: 10px;
    position: relative;
}
.post-type-page h2:after {
  display: none;
}
/* .home section h2:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #4f7fbf;
} */
