/*
|------------------------------------------------
| COLLECTION STORY
|------------------------------------------------
*/

.collection-story {

    padding:
        5rem 0;

}

.collection-story .collection-container {

    max-width:
        760px;

}

.collection-story__eyebrow {

    margin: 0;

    margin-bottom:
        1.5rem;

    color:
        #6D6D6D;

    font-size:
        .8rem;

    letter-spacing:
        .2em;

    text-transform:
        uppercase;

}

.collection-story h2 {

    margin: 0;

    margin-bottom:
        2rem;

    font-size:
        2rem;

    line-height:
        1.15;

    font-weight:
        300;

}

.collection-story__text {

    color:
        #444;

    line-height:
        1.9;

}

@media (min-width:1024px) {

    .collection-story {

        padding:
            8rem 0;

    }

    .collection-story h2 {

        font-size:
            3rem;

    }

}