@media (min-width: 320px) {
    .where-to-buy-container {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
    }
}

