body {
    padding-top: 100px;
    padding-bottom: 100px;
}

section > .container {
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.mbr-section {
    position: relative;
}

section.mbr-section:before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    background: black;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

h2 {
    margin-bottom: 2rem;
    font-weight: 300;
}

.mbr-page-title {
    margin: 0!important;
}

.mbr-footer a {
    color: white;
}
