.pixo-blog-title-wrap {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}
.pixo-blog-title-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: var(--pixo);
    border-radius: 2px;
}
.pixo-blog-title {
    font-size: 2.5rem;
    line-height: 1.2;
    color: var(--ink);
    margin: 0;
}
