.heading-center {
    padding: 0 16px;
    background: var(--pink-light);
}

.heading-center--content {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.heading-center--content img {
    height: 32px;
    width: 32px;
}

.heading-center--content h1 {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .heading-center--content h1 {
        margin-bottom: 32px;
    }
}