.arrowWithLabel {
    top: 3rem;
    left: 3rem;
    position: absolute;
    z-index: 1;
}

.centerBlogCard h2 {
    text-align: center;
}

.centerBlogCard figcaption {
    text-align: center;
}

@media(max-width: 968px) {

    .wrapper {
        padding-top: 2rem;
    }
}

@media (max-width: 768px) {
    .arrowWithLabel {
        top: 1.5rem;
        left: 2rem;
    }


}