#blogShowcase .entry-blog-list-header {
    line-height: calc(var(--font-size-24) + 8px);
    font-size: var(--font-size-24);
    font-weight: 700;
    margin-bottom: var(--spacer-8);
}
#blogShowcase .owl-prev, #blogShowcase .owl-next {
    position: absolute;
    top: 25%;
}
#blogShowcase .owl-next{
    right: 0;
}
@media (min-width: 1682px){
    #blogShowcase .owl-prev{
        left: -4rem;
    }
    #blogShowcase .owl-next{
        right: -4rem;
    }
}