.xpc7854 {
    display: flex;
    align-items: flex-start;
    background-image: var(--bcg5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    @media (max-width: 749px) {
        background-image: none;
        align-items: center;
    }
}