/**
* Lantern Press - Our Artwork
* @author Katharina Tramm
* @version 0.1
*/

/* ===== About Us ===== */

section {
    text-align: center;
}

section hr {
    border: none;
    height: 1px;
    color: #9a6142;
    background-color: #9a6142;
    width: 320px;
    margin-bottom: 20px;
    margin-top: -6px;
}

section .flex {
    margin: 0 auto 20px auto;
    justify-content: space-between;
}

#eco-friendly .flex {
    width: 780px;
    margin-top: 25px;
    margin-bottom: 40px;
}

#eco-friendly div.row {
    background-color: #F2F2F2;
    width: 220px;
    height: 170px;
    border-radius: 25px;
    text-align: center;
    padding: 25px 12px;
}

#eco-friendly div.row img {
    margin-bottom: 10px;
}

#founder-intro {
    height: 366px;
    background-color: #CEE6E2;
    display: flex;
    text-align: left;
    align-items: center;
}

#founder-intro .left {
    width: 446px;
    padding: 33px;
}

#founder-intro .left img {
    display: block;
}

#founder-intro .right {
    width: 423px;
    border-left: 1px solid #9a6142;
    padding: 0px 60px 0px 28px;
}

#founder-intro .right p:last-child {
    margin-bottom: 0;
}

#values div.row {
    width: 1170px;
}

#values > h6 {
    margin: 30px auto;
}

#values div.row > h6 {
    margin-top: 20px;
}