.curated__wrapper{
    position: relative;
    z-index: 2;
}

.curated .curated__title{
    font-size: 2.2em;
    color: #EDF2F2;
    font-weight: 500;
    line-height: 2.9rem;
    letter-spacing: 2.75px;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    text-transform: uppercase;
    text-align: center;
    margin-top: 6.8rem;
}

.curated__desc{
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #EDF2F2;
    font-size: 1.6em;
    line-height: 2.4rem;
    font-family: minion-pro, serif;
    text-align: center;
    padding: 0 3.5rem;
    margin-top: 6.4rem;
}

.curated__desc__cta{
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #EDF2F2;
    font-size: 1.1em;
    line-height: 2.2rem;
    letter-spacing: 1.32px;
    text-align: center;
    padding: 0 3.5rem;
    text-transform: uppercase;
    margin-top: 3.2rem;
    font-weight: 700;
}

.curated__desc__cta a{
    text-decoration: underline;
    color: #EDF2F2;
}

.curated__desc__cta a:hover{
    text-decoration: none;
}

@media only screen and (min-width: 768px){
    .curated__wrapper{
        width: 52rem;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px){
    .curated__wrapper{
        width: 56rem;
        margin: 0 auto;
    }

    .curated .curated__title{
        font-size: 3em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
    }

    .curated__desc{
        font-size: 2em;
        line-height: 3.2rem;
        padding: 0 1.5rem;
        margin-top: 4rem;
    }

    .curated__desc__cta{
        font-size: 1.1em;
        line-height: 3.2rem;
        letter-spacing: 1.32px;
        padding: 0;
        margin-top: 7.7rem;
    }
}