.blog-title {
    font-family: Inter, sans-serif;
    color: var(--bs-primary);
    font-weight: bold;
}

.sidebar:before {
    content: " ";
    position: absolute;
    border-left: 1px solid #e2e2e2;
    height: 80%;
    margin-left: -30px;
}

li {
    margin-bottom: 10px;
}