.featured-blog__button-wrapper {
    margin: var(--child-margin-top, 3.2rem) 0 0;
    text-align: center;
}
@media (min-width: 768px) {
    .featured-blog__button-wrapper {
        margin-top: var(--text-margin-top, 4.4rem);
    }
}
