.shopify-section section.collection-long-desc.section {
    position: relative;
    text-align: center;
}

.collection-long-desc .content-wrapper {
    padding: 48px 0px;
    max-width: 750px;
    margin: auto;
}

@media screen and (max-width: 749px) {
    .collection-long-desc .content-wrapper {
        max-width: unset;
    }
}