.md-typeset h2::before {
    content: "";
    position: absolute;
    left: -12px;
    border-left: 2px solid var(--md-primary-fg-color);
    border-right: 2px solid var(--md-primary-fg-color);
    height: 90%;
    translate: 0% 5%;
}

.md-typeset h2 {
    position: relative;
    font-weight: 400;
}

.md-typeset h1 {
    translate: -12px 0px;
}

.md-typeset details {
    font-size: medium;
}

.md-content {
    @media (width <= 960px) {
        padding: 0 12px;
    }
    
    @media (width >= 960px) and (width <= 1220px) {
        padding-left: 12px;
    }
}