@media screen and (max-width: 767px) {
    .ListSpot-header-content {
        flex-direction: column;
    }

    .ListSpot .PageLogo-image {
        margin: 1rem auto;
    }
}