.section-blog .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-blog .blog-btn-wrapper.mobile {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

@media screen and (max-width: 767.99px) {
    .section-blog .blog-header {
        margin-bottom: 1.5rem;
    }
}