@import url(assets/font/Montserrat.css);
@import url(assets/font/Mulish.css);

body {
    font-family: Mulish;
    margin: 0;
    height: 100%;
    letter-spacing: 0.11em;
    color: #2f4f4f;
    font-weight: 600;
}

#header {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f1eb;
}

.container {
    margin: 0 auto;
}

.h1-i {
    font-size: 7.7vw;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3em;
    font-family: Montserrat;
    color: #f7803b;
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.scroll-indicator::after {
    content: "|";
    font-size: 2em;
    margin-top: 5px;
}

#box-I {
    background-color: #f6f1eb;
    width: 100%;
    height: 100vh;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.-cont {
    margin: auto;
}

.h2 {
    padding: 0 10px;
    font-size: 1.7em;
    font-weight: 500;
}

.image {
    margin: auto;
    width: 60em;
}

.-cont-f {
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.p {
    padding: 20px 0 0;
    font-size: 1em;
    flex: 33%;
}

.p-c {
    padding: 20px 0 0;
    font-size: 1em;
    flex: 33%;
}

@media (max-width: 950px) {

    .h2 {
        font-size: 1.3em;
    }

    .image {
        width: 21em;
    }

    .-cont-f {
        display: table;
    }

    .p {
        padding: 0;
        font-size: 0.7em;
    }

    .p-c {
        padding: 0;
        font-size: 0.7em;
    }

}
