* *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3125rem;
    line-height: 1.6;
    color: #222C2A;
}

img {
    max-width: 100%;
}

h1, h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    margin-top: 0;
    line-height: 1.1;
}

section {
    padding: 4em 0;
}

.container {
    width: 85%;
    margin: 0 auto;
}

.section-title {
    font-size: 2.25rem;
    color: #f3eed9;
}

.section-title--dark {
    color: #824936;
}

.intro {
    background: #f3eed9;
    padding: 200px 0;
    text-align: center;
    color: #824936;
}

.intro__text {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 1.125rem;
    counter-reset: #222c2a;
    margin: 0 0 .25rem;
}

.intro__title {
    font-size: 3rem;
}

.section-three {
    background-color: #222C2A;
    color: #fff;
}

.section-four {
    background-color: #824936;
    color: #fff;
}

