body {
    margin: 0;
    padding: 0;
    font-family: "Lora", arial, sans-serif;
    font-weight: 500;
    color: #223641;
    font-size: 14px;
    text-align: center; 
    background: #EDE7D9;
}
img{max-width: 100%; height: auto;}
header{padding: 80px 80px 0px 80px;}
section{display: flex; flex-direction: column;padding: 0px 40px 0px 40px;}
section p{
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; 
    margin: 20px;
    font-size: 12px;
    font-weight: 400;  
    letter-spacing: 2px;
}
.degrade{
    background-image: linear-gradient(to bottom, #ede7d9, #e7ead8, #deeddb, #d3f0e1, #c9f2ec);
    height: 80px;
}
.green{background: #c9f2ec;}
h1{font-weight: 400;font-size: 1.8em;margin: 0; margin-bottom:20px;}
hr{width: 40px;border:1px solid #8a948c;}
section img{max-width: 250px;}
section i{
    background: #223641;
    color: #fff;
    padding:6px;
    border-radius: 50%;
    font-size: 21px;
}
section a{
    display: inline-block;
    color: #223641;
    background-color: transparent;
    border: 1px solid #223641;
    font-size: 16px;
    border-radius: 100px;
    padding: 6px 10px;
    font-family: "Roboto", sans-serif; 
    font-weight: 500;
    margin: 20px;
    text-decoration: none;
}
section a span{margin:0 10px;}
footer{ padding: 60px; padding-bottom: 0;}
footer hr{ width: 100%; border: 1px solid #223641; margin: 0 auto; }
.cont-menu-footer{
    display: flex;   
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    padding: 60px 0;
}
footer a{
    display: block;
    text-decoration: none;
    font-family: "Roboto", sans-serif; 
    font-weight: 400;
    color: #463c33;
    padding: 5px;
    text-align: left;
}
footer i{font-size: 21px; color: #463c33;}
footer span{ margin: 0 10px; font-size:14px;}

@media (max-width:700px){
    footer img{max-width: 200px; margin-bottom: 40px;}
    .cont-menu-footer{
        flex-direction: column;
    }
    footer a{text-align: center;}
}