/* =========================
   QUOTE
========================= */


#quote{

    background:#8b6b3e;

    color:white;

    text-align:center;

    padding:72px 20px;

}



#quote p{

    max-width:900px;

    margin:auto;

    font-family:var(--font-primary);

    font-size:36px;

    line-height:1.3;

    font-style:italic;

    color:#f4e5b4;
}